Html Css Color HEX #D29452 Whiskey Sour

📋 copy color: '#D29452'

red 210 ◦ green 148 ◦ blue 82

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

Shades of Whiskey Sour #D29452

Tints of Whiskey Sour #D29452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.64%

R = 47.73%
G = 33.64%
B = 18.64%

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

#D29452 (or 0xD29452) is known color: Whiskey Sour. HEX triplet: D2, 94 and 52. RGB value is (210,148,82). Sum of RGB (Red+Green+Blue) = 210+148+82=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D29452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29452 is #2D6BAD. Grayscale: #9F9F9F. Windows color (decimal): -2976686 or 5412050. OLE color: 5412050.

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

Color convert

RGB 210 148 82 -
CMYK 0 0.30 0.61 0.18
HSL 30.94º 0.59% 0.57% -
HSV(B) 30.94º 0.61% 0.82% -
XYZ 38.69 35.49 12.79 -
YUV 159.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 210 148 82 0 0.30 0.61 0.18 30.94 0.59 0.57
Hex D2 94 52 0 1E 3D 12 1F 3B 39
Octal 322 224 122 0 36 75 22 37 73 71
Binary 11010010 10010100 1010010 0 11110 111101 10010 11111 111011 111001

Color Harmonies of #D29452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29452

Black with #D29452

Text Example


Text Example

White with #D29452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29452; }

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

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

background-color css

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

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

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

border-color css

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

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

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