Html Css Color HEX #D69A62 Whiskey Sour

📋 copy color: '#D69A62'

red 214 ◦ green 154 ◦ blue 98

#D69A62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #D69A62

Tints of Whiskey Sour #D69A62

RGB

 RED value IS 214 (83.98% from 255) = 45.92%

 GREEN value IS 154 (60.55% from 255) = 33.05%

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 45.92%
G = 33.05%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D69A62 (or 0xD69A62) is known color: Whiskey Sour. HEX triplet: D6, 9A and 62. RGB value is (214,154,98). Sum of RGB (Red+Green+Blue) = 214+154+98=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69A62 is #29659D. Grayscale: #A5A5A5. Windows color (decimal): -2712990 or 6462166. OLE color: 6462166.

HSL color Cylindrical-coordinate representation of color #D69A62: hue angle of 28.97º 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 #D69A62 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 98 -
CMYK 0 0.28 0.54 0.16
HSL 28.97º 0.59% 0.61% -
HSV(B) 28.97º 0.54% 0.84% -
XYZ 41.49 38.29 16.76 -
YUV 165.56 89.88 162.55 -
System Red Green Blue C M Y K H S L
Decimal 214 154 98 0 0.28 0.54 0.16 28.97 0.59 0.61
Hex D6 9A 62 0 1C 36 10 1D 3B 3D
Octal 326 232 142 0 34 66 20 35 73 75
Binary 11010110 10011010 1100010 0 11100 110110 10000 11101 111011 111101

Color Harmonies of #D69A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69A62

Black with #D69A62

Text Example


Text Example

White with #D69A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69A62; }

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

 H1.HeaderClassName
 {
   color: #D69A62;
 }
 .AnyTagClassName
 {
   color: #D69A62;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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