Html Css Color HEX #D29962 Whiskey Sour

📋 copy color: '#D29962'

red 210 ◦ green 153 ◦ blue 98

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

Shades of Whiskey Sour #D29962

Tints of Whiskey Sour #D29962

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.19%

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

R = 45.55%
G = 33.19%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D29962 (or 0xD29962) is known color: Whiskey Sour. HEX triplet: D2, 99 and 62. RGB value is (210,153,98). Sum of RGB (Red+Green+Blue) = 210+153+98=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D29962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29962 is #2D669D. Grayscale: #A4A4A4. Windows color (decimal): -2975390 or 6461906. OLE color: 6461906.

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

Color convert

RGB 210 153 98 -
CMYK 0 0.27 0.53 0.18
HSL 29.46º 0.55% 0.6% -
HSV(B) 29.46º 0.53% 0.82% -
XYZ 40.17 37.37 16.65 -
YUV 163.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 210 153 98 0 0.27 0.53 0.18 29.46 0.55 0.6
Hex D2 99 62 0 1B 35 12 1D 37 3C
Octal 322 231 142 0 33 65 22 35 67 74
Binary 11010010 10011001 1100010 0 11011 110101 10010 11101 110111 111100

Color Harmonies of #D29962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29962

Black with #D29962

Text Example


Text Example

White with #D29962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29962; }

 p { color: rgb(210,153,98); }

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

background-color css

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

 a { background-color: rgb(210,153,98); }

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

border-color css

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

 span { border-color: rgb(210,153,98); }

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