Html Css Color HEX #D69865 Whiskey

📋 copy color: '#D69865'

red 214 ◦ green 152 ◦ blue 101

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

Shades of Whiskey #D69865

Tints of Whiskey #D69865

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.55%

 BLUE value IS 101 (39.84% from 255) = 21.63%

R = 45.82%
G = 32.55%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D69865 (or 0xD69865) is known color: Whiskey. HEX triplet: D6, 98 and 65. RGB value is (214,152,101). Sum of RGB (Red+Green+Blue) = 214+152+101=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D69865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69865 is #29679A. Grayscale: #A4A4A4. Windows color (decimal): -2713499 or 6658262. OLE color: 6658262.

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

Color convert

RGB 214 152 101 -
CMYK 0 0.29 0.53 0.16
HSL 27.08º 0.58% 0.62% -
HSV(B) 27.08º 0.53% 0.84% -
XYZ 41.31 37.69 17.41 -
YUV 164.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 214 152 101 0 0.29 0.53 0.16 27.08 0.58 0.62
Hex D6 98 65 0 1D 35 10 1B 3A 3E
Octal 326 230 145 0 35 65 20 33 72 76
Binary 11010110 10011000 1100101 0 11101 110101 10000 11011 111010 111110

Color Harmonies of #D69865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69865

Black with #D69865

Text Example


Text Example

White with #D69865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69865; }

 p { color: rgb(214,152,101); }

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

background-color css

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

 a { background-color: rgb(214,152,101); }

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

border-color css

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

 span { border-color: rgb(214,152,101); }

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