Html Css Color HEX #D29566 Whiskey

📋 copy color: '#D29566'

red 210 ◦ green 149 ◦ blue 102

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

Shades of Whiskey #D29566

Tints of Whiskey #D29566

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.32%

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

R = 45.55%
G = 32.32%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D29566 (or 0xD29566) is known color: Whiskey. HEX triplet: D2, 95 and 66. RGB value is (210,149,102). Sum of RGB (Red+Green+Blue) = 210+149+102=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D29566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29566 is #2D6A99. Grayscale: #A2A2A2. Windows color (decimal): -2976410 or 6723026. OLE color: 6723026.

HSL color Cylindrical-coordinate representation of color #D29566: hue angle of 26.11º 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 #D29566 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 149 102 -
CMYK 0 0.29 0.51 0.18
HSL 26.11º 0.55% 0.61% -
HSV(B) 26.11º 0.51% 0.82% -
XYZ 39.72 36.16 17.46 -
YUV 161.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 210 149 102 0 0.29 0.51 0.18 26.11 0.55 0.61
Hex D2 95 66 0 1D 33 12 1A 37 3D
Octal 322 225 146 0 35 63 22 32 67 75
Binary 11010010 10010101 1100110 0 11101 110011 10010 11010 110111 111101

Color Harmonies of #D29566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29566

Black with #D29566

Text Example


Text Example

White with #D29566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29566; }

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

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

background-color css

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

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

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

border-color css

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

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

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