Html Css Color HEX #D29754 Whiskey Sour

📋 copy color: '#D29754'

red 210 ◦ green 151 ◦ blue 84

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

Shades of Whiskey Sour #D29754

Tints of Whiskey Sour #D29754

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.93%

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

R = 47.19%
G = 33.93%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D29754 (or 0xD29754) is known color: Whiskey Sour. HEX triplet: D2, 97 and 54. RGB value is (210,151,84). Sum of RGB (Red+Green+Blue) = 210+151+84=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D29754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29754 is #2D68AB. Grayscale: #A1A1A1. Windows color (decimal): -2975916 or 5543890. OLE color: 5543890.

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

Color convert

RGB 210 151 84 -
CMYK 0 0.28 0.6 0.18
HSL 31.9º 0.58% 0.58% -
HSV(B) 31.9º 0.6% 0.82% -
XYZ 39.25 36.47 13.36 -
YUV 161 84.55 162.95 -
System Red Green Blue C M Y K H S L
Decimal 210 151 84 0 0.28 0.6 0.18 31.9 0.58 0.58
Hex D2 97 54 0 1C 3C 12 20 3A 3A
Octal 322 227 124 0 34 74 22 40 72 72
Binary 11010010 10010111 1010100 0 11100 111100 10010 100000 111010 111010

Color Harmonies of #D29754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29754

Black with #D29754

Text Example


Text Example

White with #D29754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29754; }

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

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

background-color css

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

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

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

border-color css

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

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

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