Html Css Color HEX #D29460 Whiskey Sour

📋 copy color: '#D29460'

red 210 ◦ green 148 ◦ blue 96

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

Shades of Whiskey Sour #D29460

Tints of Whiskey Sour #D29460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.15%

R = 46.26%
G = 32.6%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D29460 (or 0xD29460) is known color: Whiskey Sour. HEX triplet: D2, 94 and 60. RGB value is (210,148,96). Sum of RGB (Red+Green+Blue) = 210+148+96=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D29460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29460 is #2D6B9F. Grayscale: #A0A0A0. Windows color (decimal): -2976672 or 6329554. OLE color: 6329554.

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

Color convert

RGB 210 148 96 -
CMYK 0 0.30 0.54 0.18
HSL 27.37º 0.56% 0.6% -
HSV(B) 27.37º 0.54% 0.82% -
XYZ 39.28 35.73 15.89 -
YUV 160.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 210 148 96 0 0.30 0.54 0.18 27.37 0.56 0.6
Hex D2 94 60 0 1E 36 12 1B 38 3C
Octal 322 224 140 0 36 66 22 33 70 74
Binary 11010010 10010100 1100000 0 11110 110110 10010 11011 111000 111100

Color Harmonies of #D29460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29460

Black with #D29460

Text Example


Text Example

White with #D29460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29460; }

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

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

background-color css

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

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

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

border-color css

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

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

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