Html Css Color HEX #D2976C Whiskey

📋 copy color: '#D2976C'

red 210 ◦ green 151 ◦ blue 108

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

Shades of Whiskey #D2976C

Tints of Whiskey #D2976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.2%

 BLUE value IS 108 (42.58% from 255) = 23.03%

R = 44.78%
G = 32.2%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2976C (or 0xD2976C) is known color: Whiskey. HEX triplet: D2, 97 and 6C. RGB value is (210,151,108). Sum of RGB (Red+Green+Blue) = 210+151+108=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2976C is #2D6893. Grayscale: #A3A3A3. Windows color (decimal): -2975892 or 7116754. OLE color: 7116754.

HSL color Cylindrical-coordinate representation of color #D2976C: hue angle of 25.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2976C is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 151 108 -
CMYK 0 0.28 0.49 0.18
HSL 25.29º 0.53% 0.62% -
HSV(B) 25.29º 0.49% 0.82% -
XYZ 40.35 36.92 19.19 -
YUV 163.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 210 151 108 0 0.28 0.49 0.18 25.29 0.53 0.62
Hex D2 97 6C 0 1C 31 12 19 35 3E
Octal 322 227 154 0 34 61 22 31 65 76
Binary 11010010 10010111 1101100 0 11100 110001 10010 11001 110101 111110

Color Harmonies of #D2976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2976C

Black with #D2976C

Text Example


Text Example

White with #D2976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2976C; }

 p { color: rgb(210,151,108); }

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

background-color css

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

 a { background-color: rgb(210,151,108); }

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

border-color css

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

 span { border-color: rgb(210,151,108); }

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