Html Css Color HEX #D29353 Whiskey Sour

📋 copy color: '#D29353'

red 210 ◦ green 147 ◦ blue 83

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

Shades of Whiskey Sour #D29353

Tints of Whiskey Sour #D29353

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.41%

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

R = 47.73%
G = 33.41%
B = 18.86%

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

#D29353 (or 0xD29353) is known color: Whiskey Sour. HEX triplet: D2, 93 and 53. RGB value is (210,147,83). Sum of RGB (Red+Green+Blue) = 210+147+83=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D29353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29353 is #2D6CAC. Grayscale: #9E9E9E. Windows color (decimal): -2976941 or 5477330. OLE color: 5477330.

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

Color convert

RGB 210 147 83 -
CMYK 0 0.30 0.60 0.18
HSL 30.24º 0.59% 0.57% -
HSV(B) 30.24º 0.6% 0.82% -
XYZ 38.57 35.19 12.94 -
YUV 158.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 210 147 83 0 0.30 0.60 0.18 30.24 0.59 0.57
Hex D2 93 53 0 1E 3C 12 1E 3B 39
Octal 322 223 123 0 36 74 22 36 73 71
Binary 11010010 10010011 1010011 0 11110 111100 10010 11110 111011 111001

Color Harmonies of #D29353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29353

Black with #D29353

Text Example


Text Example

White with #D29353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29353; }

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

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

background-color css

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

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

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

border-color css

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

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

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