Html Css Color HEX #D29253 Whiskey Sour

📋 copy color: '#D29253'

red 210 ◦ green 146 ◦ blue 83

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

Shades of Whiskey Sour #D29253

Tints of Whiskey Sour #D29253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.91%

R = 47.84%
G = 33.26%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D29253 (or 0xD29253) is known color: Whiskey Sour. HEX triplet: D2, 92 and 53. RGB value is (210,146,83). Sum of RGB (Red+Green+Blue) = 210+146+83=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D29253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29253 is #2D6DAC. Grayscale: #9E9E9E. Windows color (decimal): -2977197 or 5477074. OLE color: 5477074.

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

Color convert

RGB 210 146 83 -
CMYK 0 0.30 0.60 0.18
HSL 29.76º 0.59% 0.57% -
HSV(B) 29.76º 0.6% 0.82% -
XYZ 38.42 34.88 12.89 -
YUV 157.95 85.7 165.12 -
System Red Green Blue C M Y K H S L
Decimal 210 146 83 0 0.30 0.60 0.18 29.76 0.59 0.57
Hex D2 92 53 0 1E 3C 12 1E 3B 39
Octal 322 222 123 0 36 74 22 36 73 71
Binary 11010010 10010010 1010011 0 11110 111100 10010 11110 111011 111001

Color Harmonies of #D29253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29253

Black with #D29253

Text Example


Text Example

White with #D29253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29253; }

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

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

background-color css

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

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

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

border-color css

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

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

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