Html Css Color HEX #D29461 Whiskey

📋 copy color: '#D29461'

red 210 ◦ green 148 ◦ blue 97

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

Shades of Whiskey #D29461

Tints of Whiskey #D29461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.32%

R = 46.15%
G = 32.53%
B = 21.32%

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

#D29461 (or 0xD29461) is known color: Whiskey. HEX triplet: D2, 94 and 61. RGB value is (210,148,97). Sum of RGB (Red+Green+Blue) = 210+148+97=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D29461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29461 is #2D6B9E. Grayscale: #A0A0A0. Windows color (decimal): -2976671 or 6395090. OLE color: 6395090.

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

Color convert

RGB 210 148 97 -
CMYK 0 0.30 0.54 0.18
HSL 27.08º 0.56% 0.6% -
HSV(B) 27.08º 0.54% 0.82% -
XYZ 39.33 35.74 16.14 -
YUV 160.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 210 148 97 0 0.30 0.54 0.18 27.08 0.56 0.6
Hex D2 94 61 0 1E 36 12 1B 38 3C
Octal 322 224 141 0 36 66 22 33 70 74
Binary 11010010 10010100 1100001 0 11110 110110 10010 11011 111000 111100

Color Harmonies of #D29461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29461

Black with #D29461

Text Example


Text Example

White with #D29461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29461; }

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

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

background-color css

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

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

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

border-color css

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

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

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