Html Css Color HEX #D69965 Whiskey

📋 copy color: '#D69965'

red 214 ◦ green 153 ◦ blue 101

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

Shades of Whiskey #D69965

Tints of Whiskey #D69965

RGB

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

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

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

R = 45.73%
G = 32.69%
B = 21.58%

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

#D69965 (or 0xD69965) is known color: Whiskey. HEX triplet: D6, 99 and 65. RGB value is (214,153,101). Sum of RGB (Red+Green+Blue) = 214+153+101=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D69965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69965 is #29669A. Grayscale: #A5A5A5. Windows color (decimal): -2713243 or 6658518. OLE color: 6658518.

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

Color convert

RGB 214 153 101 -
CMYK 0 0.29 0.53 0.16
HSL 27.61º 0.58% 0.62% -
HSV(B) 27.61º 0.53% 0.84% -
XYZ 41.47 38.02 17.46 -
YUV 165.31 91.71 162.73 -
System Red Green Blue C M Y K H S L
Decimal 214 153 101 0 0.29 0.53 0.16 27.61 0.58 0.62
Hex D6 99 65 0 1D 35 10 1C 3A 3E
Octal 326 231 145 0 35 65 20 34 72 76
Binary 11010110 10011001 1100101 0 11101 110101 10000 11100 111010 111110

Color Harmonies of #D69965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69965

Black with #D69965

Text Example


Text Example

White with #D69965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69965; }

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

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

background-color css

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

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

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

border-color css

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

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

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