Html Css Color HEX #D69564 Whiskey

📋 copy color: '#D69564'

red 214 ◦ green 149 ◦ blue 100

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

Shades of Whiskey #D69564

Tints of Whiskey #D69564

RGB

 RED value IS 214 (83.98% from 255) = 46.22%

 GREEN value IS 149 (58.59% from 255) = 32.18%

 BLUE value IS 100 (39.45% from 255) = 21.6%

R = 46.22%
G = 32.18%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D69564 (or 0xD69564) is known color: Whiskey. HEX triplet: D6, 95 and 64. RGB value is (214,149,100). Sum of RGB (Red+Green+Blue) = 214+149+100=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D69564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69564 is #296A9B. Grayscale: #A3A3A3. Windows color (decimal): -2714268 or 6591958. OLE color: 6591958.

HSL color Cylindrical-coordinate representation of color #D69564: hue angle of 25.79º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D69564 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 100 -
CMYK 0 0.30 0.53 0.16
HSL 25.79º 0.58% 0.62% -
HSV(B) 25.79º 0.53% 0.84% -
XYZ 40.78 36.71 16.99 -
YUV 162.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 214 149 100 0 0.30 0.53 0.16 25.79 0.58 0.62
Hex D6 95 64 0 1E 35 10 1A 3A 3E
Octal 326 225 144 0 36 65 20 32 72 76
Binary 11010110 10010101 1100100 0 11110 110101 10000 11010 111010 111110

Color Harmonies of #D69564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69564

Black with #D69564

Text Example


Text Example

White with #D69564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69564; }

 p { color: rgb(214,149,100); }

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

background-color css

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

 a { background-color: rgb(214,149,100); }

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

border-color css

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

 span { border-color: rgb(214,149,100); }

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