Html Css Color HEX #D29150 Whiskey Sour

📋 copy color: '#D29150'

red 210 ◦ green 145 ◦ blue 80

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

Shades of Whiskey Sour #D29150

Tints of Whiskey Sour #D29150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.33%

 BLUE value IS 80 (31.64% from 255) = 18.39%

R = 48.28%
G = 33.33%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D29150 (or 0xD29150) is known color: Whiskey Sour. HEX triplet: D2, 91 and 50. RGB value is (210,145,80). Sum of RGB (Red+Green+Blue) = 210+145+80=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D29150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29150 is #2D6EAF. Grayscale: #9D9D9D. Windows color (decimal): -2977456 or 5280210. OLE color: 5280210.

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

Color convert

RGB 210 145 80 -
CMYK 0 0.31 0.62 0.18
HSL 30º 0.59% 0.57% -
HSV(B) 30º 0.62% 0.82% -
XYZ 38.15 34.53 12.24 -
YUV 157.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 210 145 80 0 0.31 0.62 0.18 30 0.59 0.57
Hex D2 91 50 0 1F 3E 12 1E 3B 39
Octal 322 221 120 0 37 76 22 36 73 71
Binary 11010010 10010001 1010000 0 11111 111110 10010 11110 111011 111001

Color Harmonies of #D29150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29150

Black with #D29150

Text Example


Text Example

White with #D29150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29150; }

 p { color: rgb(210,145,80); }

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

background-color css

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

 a { background-color: rgb(210,145,80); }

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

border-color css

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

 span { border-color: rgb(210,145,80); }

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