Html Css Color HEX #D5966A Whiskey

📋 copy color: '#D5966A'

red 213 ◦ green 150 ◦ blue 106

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

Shades of Whiskey #D5966A

Tints of Whiskey #D5966A

RGB

 RED value IS 213 (83.59% from 255) = 45.42%

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

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

R = 45.42%
G = 31.98%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5966A (or 0xD5966A) is known color: Whiskey. HEX triplet: D5, 96 and 6A. RGB value is (213,150,106). Sum of RGB (Red+Green+Blue) = 213+150+106=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5966A is #2A6995. Grayscale: #A4A4A4. Windows color (decimal): -2779542 or 6985429. OLE color: 6985429.

HSL color Cylindrical-coordinate representation of color #D5966A: hue angle of 24.67º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5966A is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 150 106 -
CMYK 0 0.30 0.50 0.16
HSL 24.67º 0.56% 0.63% -
HSV(B) 24.67º 0.5% 0.84% -
XYZ 40.95 37 18.62 -
YUV 163.82 95.37 163.08 -
System Red Green Blue C M Y K H S L
Decimal 213 150 106 0 0.30 0.50 0.16 24.67 0.56 0.63
Hex D5 96 6A 0 1E 32 10 19 38 3F
Octal 325 226 152 0 36 62 20 31 70 77
Binary 11010101 10010110 1101010 0 11110 110010 10000 11001 111000 111111

Color Harmonies of #D5966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5966A

Black with #D5966A

Text Example


Text Example

White with #D5966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5966A; }

 p { color: rgb(213,150,106); }

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

background-color css

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

 a { background-color: rgb(213,150,106); }

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

border-color css

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

 span { border-color: rgb(213,150,106); }

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