Html Css Color HEX #D29453 Whiskey Sour

📋 copy color: '#D29453'

red 210 ◦ green 148 ◦ blue 83

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

Shades of Whiskey Sour #D29453

Tints of Whiskey Sour #D29453

RGB

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

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

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

R = 47.62%
G = 33.56%
B = 18.82%

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

#D29453 (or 0xD29453) is known color: Whiskey Sour. HEX triplet: D2, 94 and 53. RGB value is (210,148,83). Sum of RGB (Red+Green+Blue) = 210+148+83=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D29453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29453 is #2D6BAC. Grayscale: #9F9F9F. Windows color (decimal): -2976685 or 5477586. OLE color: 5477586.

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

Color convert

RGB 210 148 83 -
CMYK 0 0.30 0.60 0.18
HSL 30.71º 0.59% 0.57% -
HSV(B) 30.71º 0.6% 0.82% -
XYZ 38.73 35.51 13 -
YUV 159.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 210 148 83 0 0.30 0.60 0.18 30.71 0.59 0.57
Hex D2 94 53 0 1E 3C 12 1F 3B 39
Octal 322 224 123 0 36 74 22 37 73 71
Binary 11010010 10010100 1010011 0 11110 111100 10010 11111 111011 111001

Color Harmonies of #D29453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29453

Black with #D29453

Text Example


Text Example

White with #D29453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29453; }

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

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

background-color css

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

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

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

border-color css

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

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

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