Html Css Color HEX #D29254 Whiskey Sour

📋 copy color: '#D29254'

red 210 ◦ green 146 ◦ blue 84

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

Shades of Whiskey Sour #D29254

Tints of Whiskey Sour #D29254

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.18%

 BLUE value IS 84 (33.2% from 255) = 19.09%

R = 47.73%
G = 33.18%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D29254 (or 0xD29254) is known color: Whiskey Sour. HEX triplet: D2, 92 and 54. RGB value is (210,146,84). Sum of RGB (Red+Green+Blue) = 210+146+84=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D29254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29254 is #2D6DAB. Grayscale: #9E9E9E. Windows color (decimal): -2977196 or 5542610. OLE color: 5542610.

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

Color convert

RGB 210 146 84 -
CMYK 0 0.30 0.6 0.18
HSL 29.52º 0.58% 0.58% -
HSV(B) 29.52º 0.6% 0.82% -
XYZ 38.46 34.9 13.1 -
YUV 158.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 210 146 84 0 0.30 0.6 0.18 29.52 0.58 0.58
Hex D2 92 54 0 1E 3C 12 1E 3A 3A
Octal 322 222 124 0 36 74 22 36 72 72
Binary 11010010 10010010 1010100 0 11110 111100 10010 11110 111010 111010

Color Harmonies of #D29254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29254

Black with #D29254

Text Example


Text Example

White with #D29254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29254; }

 p { color: rgb(210,146,84); }

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

background-color css

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

 a { background-color: rgb(210,146,84); }

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

border-color css

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

 span { border-color: rgb(210,146,84); }

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