Html Css Color HEX #D29451 Whiskey Sour

📋 copy color: '#D29451'

red 210 ◦ green 148 ◦ blue 81

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

Shades of Whiskey Sour #D29451

Tints of Whiskey Sour #D29451

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.71%

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

R = 47.84%
G = 33.71%
B = 18.45%

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

#D29451 (or 0xD29451) is known color: Whiskey Sour. HEX triplet: D2, 94 and 51. RGB value is (210,148,81). Sum of RGB (Red+Green+Blue) = 210+148+81=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D29451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29451 is #2D6BAE. Grayscale: #9F9F9F. Windows color (decimal): -2976687 or 5346514. OLE color: 5346514.

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

Color convert

RGB 210 148 81 -
CMYK 0 0.30 0.61 0.18
HSL 31.16º 0.59% 0.57% -
HSV(B) 31.16º 0.61% 0.82% -
XYZ 38.65 35.48 12.59 -
YUV 158.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 210 148 81 0 0.30 0.61 0.18 31.16 0.59 0.57
Hex D2 94 51 0 1E 3D 12 1F 3B 39
Octal 322 224 121 0 36 75 22 37 73 71
Binary 11010010 10010100 1010001 0 11110 111101 10010 11111 111011 111001

Color Harmonies of #D29451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29451

Black with #D29451

Text Example


Text Example

White with #D29451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29451; }

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

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

background-color css

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

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

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

border-color css

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

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

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