Html Css Color HEX #D29053 Whiskey Sour

📋 copy color: '#D29053'

red 210 ◦ green 144 ◦ blue 83

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

Shades of Whiskey Sour #D29053

Tints of Whiskey Sour #D29053

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.95%

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

R = 48.05%
G = 32.95%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D29053 (or 0xD29053) is known color: Whiskey Sour. HEX triplet: D2, 90 and 53. RGB value is (210,144,83). Sum of RGB (Red+Green+Blue) = 210+144+83=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D29053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29053 is #2D6FAC. Grayscale: #9D9D9D. Windows color (decimal): -2977709 or 5476562. OLE color: 5476562.

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

Color convert

RGB 210 144 83 -
CMYK 0 0.31 0.60 0.18
HSL 28.82º 0.59% 0.57% -
HSV(B) 28.82º 0.6% 0.82% -
XYZ 38.11 34.27 12.79 -
YUV 156.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 210 144 83 0 0.31 0.60 0.18 28.82 0.59 0.57
Hex D2 90 53 0 1F 3C 12 1D 3B 39
Octal 322 220 123 0 37 74 22 35 73 71
Binary 11010010 10010000 1010011 0 11111 111100 10010 11101 111011 111001

Color Harmonies of #D29053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29053

Black with #D29053

Text Example


Text Example

White with #D29053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29053; }

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

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

background-color css

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

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

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

border-color css

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

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

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