Html Css Color HEX #D69265 Whiskey

📋 copy color: '#D69265'

red 214 ◦ green 146 ◦ blue 101

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

Shades of Whiskey #D69265

Tints of Whiskey #D69265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.67%

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

R = 46.42%
G = 31.67%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D69265 (or 0xD69265) is known color: Whiskey. HEX triplet: D6, 92 and 65. RGB value is (214,146,101). Sum of RGB (Red+Green+Blue) = 214+146+101=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D69265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69265 is #296D9A. Grayscale: #A1A1A1. Windows color (decimal): -2715035 or 6656726. OLE color: 6656726.

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

Color convert

RGB 214 146 101 -
CMYK 0 0.32 0.53 0.16
HSL 23.89º 0.58% 0.62% -
HSV(B) 23.89º 0.53% 0.84% -
XYZ 40.36 35.79 17.09 -
YUV 161.2 94.03 165.66 -
System Red Green Blue C M Y K H S L
Decimal 214 146 101 0 0.32 0.53 0.16 23.89 0.58 0.62
Hex D6 92 65 0 20 35 10 18 3A 3E
Octal 326 222 145 0 40 65 20 30 72 76
Binary 11010110 10010010 1100101 0 100000 110101 10000 11000 111010 111110

Color Harmonies of #D69265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69265

Black with #D69265

Text Example


Text Example

White with #D69265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69265; }

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

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

background-color css

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

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

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

border-color css

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

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

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