Html Css Color HEX #D29C66 Whiskey

📋 copy color: '#D29C66'

red 210 ◦ green 156 ◦ blue 102

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

Shades of Whiskey #D29C66

Tints of Whiskey #D29C66

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.33%

 BLUE value IS 102 (40.23% from 255) = 21.79%

R = 44.87%
G = 33.33%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D29C66 (or 0xD29C66) is known color: Whiskey. HEX triplet: D2, 9C and 66. RGB value is (210,156,102). Sum of RGB (Red+Green+Blue) = 210+156+102=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C66 is #2D6399. Grayscale: #A6A6A6. Windows color (decimal): -2974618 or 6724818. OLE color: 6724818.

HSL color Cylindrical-coordinate representation of color #D29C66: hue angle of 30º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D29C66 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 156 102 -
CMYK 0 0.26 0.51 0.18
HSL 30º 0.55% 0.61% -
HSV(B) 30º 0.51% 0.82% -
XYZ 40.87 38.44 17.84 -
YUV 165.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 210 156 102 0 0.26 0.51 0.18 30 0.55 0.61
Hex D2 9C 66 0 1A 33 12 1E 37 3D
Octal 322 234 146 0 32 63 22 36 67 75
Binary 11010010 10011100 1100110 0 11010 110011 10010 11110 110111 111101

Color Harmonies of #D29C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C66

Black with #D29C66

Text Example


Text Example

White with #D29C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C66; }

 p { color: rgb(210,156,102); }

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

background-color css

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

 a { background-color: rgb(210,156,102); }

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

border-color css

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

 span { border-color: rgb(210,156,102); }

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