Html Css Color HEX #D2976A Whiskey

📋 copy color: '#D2976A'

red 210 ◦ green 151 ◦ blue 106

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

Shades of Whiskey #D2976A

Tints of Whiskey #D2976A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.7%

R = 44.97%
G = 32.33%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2976A (or 0xD2976A) is known color: Whiskey. HEX triplet: D2, 97 and 6A. RGB value is (210,151,106). Sum of RGB (Red+Green+Blue) = 210+151+106=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2976A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2976A is #2D6895. Grayscale: #A3A3A3. Windows color (decimal): -2975894 or 6985682. OLE color: 6985682.

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

Color convert

RGB 210 151 106 -
CMYK 0 0.28 0.50 0.18
HSL 25.96º 0.54% 0.62% -
HSV(B) 25.96º 0.5% 0.82% -
XYZ 40.25 36.88 18.63 -
YUV 163.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 210 151 106 0 0.28 0.50 0.18 25.96 0.54 0.62
Hex D2 97 6A 0 1C 32 12 1A 36 3E
Octal 322 227 152 0 34 62 22 32 66 76
Binary 11010010 10010111 1101010 0 11100 110010 10010 11010 110110 111110

Color Harmonies of #D2976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2976A

Black with #D2976A

Text Example


Text Example

White with #D2976A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2976A; }

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

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

background-color css

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

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

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

border-color css

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

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

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