Html Css Color HEX #D69867 Whiskey

📋 copy color: '#D69867'

red 214 ◦ green 152 ◦ blue 103

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

Shades of Whiskey #D69867

Tints of Whiskey #D69867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.96%

R = 45.63%
G = 32.41%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D69867 (or 0xD69867) is known color: Whiskey. HEX triplet: D6, 98 and 67. RGB value is (214,152,103). Sum of RGB (Red+Green+Blue) = 214+152+103=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D69867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69867 is #296798. Grayscale: #A5A5A5. Windows color (decimal): -2713497 or 6789334. OLE color: 6789334.

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

Color convert

RGB 214 152 103 -
CMYK 0 0.29 0.52 0.16
HSL 26.49º 0.58% 0.62% -
HSV(B) 26.49º 0.52% 0.84% -
XYZ 41.41 37.73 17.93 -
YUV 164.95 93.04 162.98 -
System Red Green Blue C M Y K H S L
Decimal 214 152 103 0 0.29 0.52 0.16 26.49 0.58 0.62
Hex D6 98 67 0 1D 34 10 1A 3A 3E
Octal 326 230 147 0 35 64 20 32 72 76
Binary 11010110 10011000 1100111 0 11101 110100 10000 11010 111010 111110

Color Harmonies of #D69867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69867

Black with #D69867

Text Example


Text Example

White with #D69867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69867; }

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

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

background-color css

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

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

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

border-color css

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

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

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