Html Css Color HEX #D69565 Whiskey

📋 copy color: '#D69565'

red 214 ◦ green 149 ◦ blue 101

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

Shades of Whiskey #D69565

Tints of Whiskey #D69565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.11%

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

R = 46.12%
G = 32.11%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D69565 (or 0xD69565) is known color: Whiskey. HEX triplet: D6, 95 and 65. RGB value is (214,149,101). Sum of RGB (Red+Green+Blue) = 214+149+101=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D69565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69565 is #296A9A. Grayscale: #A3A3A3. Windows color (decimal): -2714267 or 6657494. OLE color: 6657494.

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

Color convert

RGB 214 149 101 -
CMYK 0 0.30 0.53 0.16
HSL 25.49º 0.58% 0.62% -
HSV(B) 25.49º 0.53% 0.84% -
XYZ 40.83 36.73 17.25 -
YUV 162.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 214 149 101 0 0.30 0.53 0.16 25.49 0.58 0.62
Hex D6 95 65 0 1E 35 10 19 3A 3E
Octal 326 225 145 0 36 65 20 31 72 76
Binary 11010110 10010101 1100101 0 11110 110101 10000 11001 111010 111110

Color Harmonies of #D69565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69565

Black with #D69565

Text Example


Text Example

White with #D69565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69565; }

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

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

background-color css

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

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

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

border-color css

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

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

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