Html Css Color HEX #D29C69 Whiskey

📋 copy color: '#D29C69'

red 210 ◦ green 156 ◦ blue 105

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

Shades of Whiskey #D29C69

Tints of Whiskey #D29C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.29%

R = 44.59%
G = 33.12%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D29C69 (or 0xD29C69) is known color: Whiskey. HEX triplet: D2, 9C and 69. RGB value is (210,156,105). Sum of RGB (Red+Green+Blue) = 210+156+105=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C69 is #2D6396. Grayscale: #A6A6A6. Windows color (decimal): -2974615 or 6921426. OLE color: 6921426.

HSL color Cylindrical-coordinate representation of color #D29C69: hue angle of 29.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D29C69 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 156 105 -
CMYK 0 0.26 0.50 0.18
HSL 29.14º 0.54% 0.62% -
HSV(B) 29.14º 0.5% 0.82% -
XYZ 41.02 38.5 18.63 -
YUV 166.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 210 156 105 0 0.26 0.50 0.18 29.14 0.54 0.62
Hex D2 9C 69 0 1A 32 12 1D 36 3E
Octal 322 234 151 0 32 62 22 35 66 76
Binary 11010010 10011100 1101001 0 11010 110010 10010 11101 110110 111110

Color Harmonies of #D29C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C69

Black with #D29C69

Text Example


Text Example

White with #D29C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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