Html Css Color HEX #D69466 Whiskey

📋 copy color: '#D69466'

red 214 ◦ green 148 ◦ blue 102

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

Shades of Whiskey #D69466

Tints of Whiskey #D69466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.98%

R = 46.12%
G = 31.9%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D69466 (or 0xD69466) is known color: Whiskey. HEX triplet: D6, 94 and 66. RGB value is (214,148,102). Sum of RGB (Red+Green+Blue) = 214+148+102=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D69466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69466 is #296B99. Grayscale: #A2A2A2. Windows color (decimal): -2714522 or 6722774. OLE color: 6722774.

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

Color convert

RGB 214 148 102 -
CMYK 0 0.31 0.52 0.16
HSL 24.64º 0.58% 0.62% -
HSV(B) 24.64º 0.52% 0.84% -
XYZ 40.72 36.44 17.46 -
YUV 162.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 214 148 102 0 0.31 0.52 0.16 24.64 0.58 0.62
Hex D6 94 66 0 1F 34 10 19 3A 3E
Octal 326 224 146 0 37 64 20 31 72 76
Binary 11010110 10010100 1100110 0 11111 110100 10000 11001 111010 111110

Color Harmonies of #D69466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69466

Black with #D69466

Text Example


Text Example

White with #D69466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69466; }

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

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

background-color css

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

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

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

border-color css

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

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

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