#D69462

Color #D69462 Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #D69462

Tints of Whiskey #D69462

Color information

#D69462 (or 0xD69462) is unknown color: approx Whiskey. HEX triplet: D6, 94 and 62. RGB value is (214,148,98). Sum of RGB (Red+Green+Blue) = 214+148+98=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D69462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69462 is #296B9D. Grayscale: #A2A2A2. Windows color (decimal): -2714526 or 6460630. OLE color: 6460630.

HSL color Cylindrical-coordinate representation of color #D69462: hue angle of 25.86º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D69462 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21414898-
CMYK00.310.540.16
HSL25.86º58.59%61.18%-
HSV(B)25.86º54.21%83.92%-
XYZ40.5336.3616.44-
YUV162.0391.87165.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 46.52%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 98 (38.67% from 255) = 21.30%
R=46.52%
G=32.17%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141489800.310.540.1625.8658.5961.18
HexD6946201F36101a3b3d
Octal3262241420376620327375
Binary110101101001010011000100111111101101000011010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69462; }

 p { color: rgb(214,148,98); }

 H1.HeaderClassName
 {
   color: #D69462;
 }
 .AnyTagClassName
 {
   color: #D69462;
 }
</style>
background-color css

<style>
 a { background-color: #D69462; }

 a { background-color: rgb(214,148,98); }

 div.DivClassName
 {
   background-color: #D69462;
 }
 .BgClassName
 {
   background-color: #D69462;
 }
</style>
border-color css

<style>
 span { border-color: #D69462; }

 span { border-color: rgb(214,148,98); }

 td.TdClassName
 {
   border-color: #D69462;
 }
 .TagClassName
 {
   border-color: #D69462;
 }
</style>