Html Css Color HEX #D29351 Whiskey Sour

📋 copy color: '#D29351'

red 210 ◦ green 147 ◦ blue 81

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

Shades of Whiskey Sour #D29351

Tints of Whiskey Sour #D29351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.49%

R = 47.95%
G = 33.56%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D29351 (or 0xD29351) is known color: Whiskey Sour. HEX triplet: D2, 93 and 51. RGB value is (210,147,81). Sum of RGB (Red+Green+Blue) = 210+147+81=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D29351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29351 is #2D6CAE. Grayscale: #9E9E9E. Windows color (decimal): -2976943 or 5346258. OLE color: 5346258.

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

Color convert

RGB 210 147 81 -
CMYK 0 0.30 0.61 0.18
HSL 30.7º 0.59% 0.57% -
HSV(B) 30.7º 0.61% 0.82% -
XYZ 38.5 35.16 12.54 -
YUV 158.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 210 147 81 0 0.30 0.61 0.18 30.7 0.59 0.57
Hex D2 93 51 0 1E 3D 12 1F 3B 39
Octal 322 223 121 0 36 75 22 37 73 71
Binary 11010010 10010011 1010001 0 11110 111101 10010 11111 111011 111001

Color Harmonies of #D29351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29351

Black with #D29351

Text Example


Text Example

White with #D29351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29351; }

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

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

background-color css

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

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

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

border-color css

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

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

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