Html Css Color HEX #D69464 Whiskey

📋 copy color: '#D69464'

red 214 ◦ green 148 ◦ blue 100

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

Shades of Whiskey #D69464

Tints of Whiskey #D69464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.03%

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

R = 46.32%
G = 32.03%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D69464 (or 0xD69464) is known color: Whiskey. HEX triplet: D6, 94 and 64. RGB value is (214,148,100). Sum of RGB (Red+Green+Blue) = 214+148+100=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D69464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69464 is #296B9B. Grayscale: #A2A2A2. Windows color (decimal): -2714524 or 6591702. OLE color: 6591702.

HSL color Cylindrical-coordinate representation of color #D69464: hue angle of 25.26º 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 #D69464 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 100 -
CMYK 0 0.31 0.53 0.16
HSL 25.26º 0.58% 0.62% -
HSV(B) 25.26º 0.53% 0.84% -
XYZ 40.62 36.4 16.94 -
YUV 162.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 214 148 100 0 0.31 0.53 0.16 25.26 0.58 0.62
Hex D6 94 64 0 1F 35 10 19 3A 3E
Octal 326 224 144 0 37 65 20 31 72 76
Binary 11010110 10010100 1100100 0 11111 110101 10000 11001 111010 111110

Color Harmonies of #D69464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69464

Black with #D69464

Text Example


Text Example

White with #D69464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69464; }

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

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

background-color css

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

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

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

border-color css

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

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

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