Html Css Color HEX #D69365 Whiskey

📋 copy color: '#D69365'

red 214 ◦ green 147 ◦ blue 101

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

Shades of Whiskey #D69365

Tints of Whiskey #D69365

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.82%

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

R = 46.32%
G = 31.82%
B = 21.86%

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

#D69365 (or 0xD69365) is known color: Whiskey. HEX triplet: D6, 93 and 65. RGB value is (214,147,101). Sum of RGB (Red+Green+Blue) = 214+147+101=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D69365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69365 is #296C9A. Grayscale: #A2A2A2. Windows color (decimal): -2714779 or 6656982. OLE color: 6656982.

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

Color convert

RGB 214 147 101 -
CMYK 0 0.31 0.53 0.16
HSL 24.42º 0.58% 0.62% -
HSV(B) 24.42º 0.53% 0.84% -
XYZ 40.51 36.1 17.15 -
YUV 161.79 93.7 165.24 -
System Red Green Blue C M Y K H S L
Decimal 214 147 101 0 0.31 0.53 0.16 24.42 0.58 0.62
Hex D6 93 65 0 1F 35 10 18 3A 3E
Octal 326 223 145 0 37 65 20 30 72 76
Binary 11010110 10010011 1100101 0 11111 110101 10000 11000 111010 111110

Color Harmonies of #D69365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69365

Black with #D69365

Text Example


Text Example

White with #D69365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69365; }

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

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

background-color css

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

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

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

border-color css

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

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

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