Html Css Color HEX #D29052 Whiskey Sour

📋 copy color: '#D29052'

red 210 ◦ green 144 ◦ blue 82

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

Shades of Whiskey Sour #D29052

Tints of Whiskey Sour #D29052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.03%

 BLUE value IS 82 (32.42% from 255) = 18.81%

R = 48.17%
G = 33.03%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D29052 (or 0xD29052) is known color: Whiskey Sour. HEX triplet: D2, 90 and 52. RGB value is (210,144,82). Sum of RGB (Red+Green+Blue) = 210+144+82=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D29052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29052 is #2D6FAD. Grayscale: #9C9C9C. Windows color (decimal): -2977710 or 5411026. OLE color: 5411026.

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

Color convert

RGB 210 144 82 -
CMYK 0 0.31 0.61 0.18
HSL 29.06º 0.59% 0.57% -
HSV(B) 29.06º 0.61% 0.82% -
XYZ 38.07 34.26 12.59 -
YUV 156.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 210 144 82 0 0.31 0.61 0.18 29.06 0.59 0.57
Hex D2 90 52 0 1F 3D 12 1D 3B 39
Octal 322 220 122 0 37 75 22 35 73 71
Binary 11010010 10010000 1010010 0 11111 111101 10010 11101 111011 111001

Color Harmonies of #D29052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29052

Black with #D29052

Text Example


Text Example

White with #D29052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29052; }

 p { color: rgb(210,144,82); }

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

background-color css

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

 a { background-color: rgb(210,144,82); }

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

border-color css

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

 span { border-color: rgb(210,144,82); }

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