Html Css Color HEX #D69967 Whiskey

📋 copy color: '#D69967'

red 214 ◦ green 153 ◦ blue 103

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

Shades of Whiskey #D69967

Tints of Whiskey #D69967

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.55%

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

R = 45.53%
G = 32.55%
B = 21.91%

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

#D69967 (or 0xD69967) is known color: Whiskey. HEX triplet: D6, 99 and 67. RGB value is (214,153,103). Sum of RGB (Red+Green+Blue) = 214+153+103=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D69967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69967 is #296698. Grayscale: #A5A5A5. Windows color (decimal): -2713241 or 6789590. OLE color: 6789590.

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

Color convert

RGB 214 153 103 -
CMYK 0 0.29 0.52 0.16
HSL 27.03º 0.58% 0.62% -
HSV(B) 27.03º 0.52% 0.84% -
XYZ 41.57 38.06 17.99 -
YUV 165.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 214 153 103 0 0.29 0.52 0.16 27.03 0.58 0.62
Hex D6 99 67 0 1D 34 10 1B 3A 3E
Octal 326 231 147 0 35 64 20 33 72 76
Binary 11010110 10011001 1100111 0 11101 110100 10000 11011 111010 111110

Color Harmonies of #D69967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69967

Black with #D69967

Text Example


Text Example

White with #D69967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69967; }

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

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

background-color css

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

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

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

border-color css

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

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

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