Html Css Color HEX #D2976B Whiskey

📋 copy color: '#D2976B'

red 210 ◦ green 151 ◦ blue 107

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

Shades of Whiskey #D2976B

Tints of Whiskey #D2976B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.86%

R = 44.87%
G = 32.26%
B = 22.86%

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

#D2976B (or 0xD2976B) is known color: Whiskey. HEX triplet: D2, 97 and 6B. RGB value is (210,151,107). Sum of RGB (Red+Green+Blue) = 210+151+107=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2976B is #2D6894. Grayscale: #A3A3A3. Windows color (decimal): -2975893 or 7051218. OLE color: 7051218.

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

Color convert

RGB 210 151 107 -
CMYK 0 0.28 0.49 0.18
HSL 25.63º 0.53% 0.62% -
HSV(B) 25.63º 0.49% 0.82% -
XYZ 40.3 36.9 18.91 -
YUV 163.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 210 151 107 0 0.28 0.49 0.18 25.63 0.53 0.62
Hex D2 97 6B 0 1C 31 12 1A 35 3E
Octal 322 227 153 0 34 61 22 32 65 76
Binary 11010010 10010111 1101011 0 11100 110001 10010 11010 110101 111110

Color Harmonies of #D2976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2976B

Black with #D2976B

Text Example


Text Example

White with #D2976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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