Html Css Color HEX #D2966C Whiskey

📋 copy color: '#D2966C'

red 210 ◦ green 150 ◦ blue 108

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

Shades of Whiskey #D2966C

Tints of Whiskey #D2966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.05%

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

R = 44.87%
G = 32.05%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2966C (or 0xD2966C) is known color: Whiskey. HEX triplet: D2, 96 and 6C. RGB value is (210,150,108). Sum of RGB (Red+Green+Blue) = 210+150+108=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2966C is #2D6993. Grayscale: #A3A3A3. Windows color (decimal): -2976148 or 7116498. OLE color: 7116498.

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

Color convert

RGB 210 150 108 -
CMYK 0 0.29 0.49 0.18
HSL 24.71º 0.53% 0.62% -
HSV(B) 24.71º 0.49% 0.82% -
XYZ 40.19 36.6 19.13 -
YUV 163.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 210 150 108 0 0.29 0.49 0.18 24.71 0.53 0.62
Hex D2 96 6C 0 1D 31 12 19 35 3E
Octal 322 226 154 0 35 61 22 31 65 76
Binary 11010010 10010110 1101100 0 11101 110001 10010 11001 110101 111110

Color Harmonies of #D2966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2966C

Black with #D2966C

Text Example


Text Example

White with #D2966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2966C; }

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

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

background-color css

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

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

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

border-color css

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

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

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