Html Css Color HEX #D29A6C Whiskey

📋 copy color: '#D29A6C'

red 210 ◦ green 154 ◦ blue 108

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

Shades of Whiskey #D29A6C

Tints of Whiskey #D29A6C

RGB

 RED value IS 210 (82.42% from 255) = 44.49%

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

 BLUE value IS 108 (42.58% from 255) = 22.88%

R = 44.49%
G = 32.63%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D29A6C (or 0xD29A6C) is known color: Whiskey. HEX triplet: D2, 9A and 6C. RGB value is (210,154,108). Sum of RGB (Red+Green+Blue) = 210+154+108=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A6C is #2D6593. Grayscale: #A5A5A5. Windows color (decimal): -2975124 or 7117522. OLE color: 7117522.

HSL color Cylindrical-coordinate representation of color #D29A6C: hue angle of 27.06º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D29A6C is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 108 -
CMYK 0 0.27 0.49 0.18
HSL 27.06º 0.53% 0.62% -
HSV(B) 27.06º 0.49% 0.82% -
XYZ 40.84 37.9 19.35 -
YUV 165.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 210 154 108 0 0.27 0.49 0.18 27.06 0.53 0.62
Hex D2 9A 6C 0 1B 31 12 1B 35 3E
Octal 322 232 154 0 33 61 22 33 65 76
Binary 11010010 10011010 1101100 0 11011 110001 10010 11011 110101 111110

Color Harmonies of #D29A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A6C

Black with #D29A6C

Text Example


Text Example

White with #D29A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A6C; }

 p { color: rgb(210,154,108); }

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

background-color css

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

 a { background-color: rgb(210,154,108); }

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

border-color css

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

 span { border-color: rgb(210,154,108); }

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