Html Css Color HEX #D29350 Whiskey Sour

📋 copy color: '#D29350'

red 210 ◦ green 147 ◦ blue 80

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

Shades of Whiskey Sour #D29350

Tints of Whiskey Sour #D29350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.31%

R = 48.05%
G = 33.64%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D29350 (or 0xD29350) is known color: Whiskey Sour. HEX triplet: D2, 93 and 50. RGB value is (210,147,80). Sum of RGB (Red+Green+Blue) = 210+147+80=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D29350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29350 is #2D6CAF. Grayscale: #9E9E9E. Windows color (decimal): -2976944 or 5280722. OLE color: 5280722.

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

Color convert

RGB 210 147 80 -
CMYK 0 0.30 0.62 0.18
HSL 30.92º 0.59% 0.57% -
HSV(B) 30.92º 0.62% 0.82% -
XYZ 38.46 35.15 12.35 -
YUV 158.2 83.87 164.95 -
System Red Green Blue C M Y K H S L
Decimal 210 147 80 0 0.30 0.62 0.18 30.92 0.59 0.57
Hex D2 93 50 0 1E 3E 12 1F 3B 39
Octal 322 223 120 0 36 76 22 37 73 71
Binary 11010010 10010011 1010000 0 11110 111110 10010 11111 111011 111001

Color Harmonies of #D29350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29350

Black with #D29350

Text Example


Text Example

White with #D29350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29350; }

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

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

background-color css

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

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

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

border-color css

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

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

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