Html Css Color HEX #D29051 Whiskey Sour

📋 copy color: '#D29051'

red 210 ◦ green 144 ◦ blue 81

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

Shades of Whiskey Sour #D29051

Tints of Whiskey Sour #D29051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.62%

R = 48.28%
G = 33.1%
B = 18.62%

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

#D29051 (or 0xD29051) is known color: Whiskey Sour. HEX triplet: D2, 90 and 51. RGB value is (210,144,81). Sum of RGB (Red+Green+Blue) = 210+144+81=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D29051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29051 is #2D6FAE. Grayscale: #9C9C9C. Windows color (decimal): -2977711 or 5345490. OLE color: 5345490.

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

Color convert

RGB 210 144 81 -
CMYK 0 0.31 0.61 0.18
HSL 29.3º 0.59% 0.57% -
HSV(B) 29.3º 0.61% 0.82% -
XYZ 38.04 34.24 12.39 -
YUV 156.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 210 144 81 0 0.31 0.61 0.18 29.3 0.59 0.57
Hex D2 90 51 0 1F 3D 12 1D 3B 39
Octal 322 220 121 0 37 75 22 35 73 71
Binary 11010010 10010000 1010001 0 11111 111101 10010 11101 111011 111001

Color Harmonies of #D29051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29051

Black with #D29051

Text Example


Text Example

White with #D29051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29051; }

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

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

background-color css

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

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

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

border-color css

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

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

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