Html Css Color HEX #D29954 Whiskey Sour

📋 copy color: '#D29954'

red 210 ◦ green 153 ◦ blue 84

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

Shades of Whiskey Sour #D29954

Tints of Whiskey Sour #D29954

RGB

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

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

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

R = 46.98%
G = 34.23%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D29954 (or 0xD29954) is known color: Whiskey Sour. HEX triplet: D2, 99 and 54. RGB value is (210,153,84). Sum of RGB (Red+Green+Blue) = 210+153+84=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D29954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29954 is #2D66AB. Grayscale: #A2A2A2. Windows color (decimal): -2975404 or 5544402. OLE color: 5544402.

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

Color convert

RGB 210 153 84 -
CMYK 0 0.27 0.6 0.18
HSL 32.86º 0.58% 0.58% -
HSV(B) 32.86º 0.6% 0.82% -
XYZ 39.57 37.12 13.47 -
YUV 162.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 210 153 84 0 0.27 0.6 0.18 32.86 0.58 0.58
Hex D2 99 54 0 1B 3C 12 21 3A 3A
Octal 322 231 124 0 33 74 22 41 72 72
Binary 11010010 10011001 1010100 0 11011 111100 10010 100001 111010 111010

Color Harmonies of #D29954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29954

Black with #D29954

Text Example


Text Example

White with #D29954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29954; }

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

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

background-color css

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

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

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

border-color css

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

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

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