Html Css Color HEX #D59269 Whiskey

📋 copy color: '#D59269'

red 213 ◦ green 146 ◦ blue 105

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

Shades of Whiskey #D59269

Tints of Whiskey #D59269

RGB

 RED value IS 213 (83.59% from 255) = 45.91%

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

 BLUE value IS 105 (41.41% from 255) = 22.63%

R = 45.91%
G = 31.47%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D59269 (or 0xD59269) is known color: Whiskey. HEX triplet: D5, 92 and 69. RGB value is (213,146,105). Sum of RGB (Red+Green+Blue) = 213+146+105=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D59269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59269 is #2A6D96. Grayscale: #A1A1A1. Windows color (decimal): -2780567 or 6918869. OLE color: 6918869.

HSL color Cylindrical-coordinate representation of color #D59269: hue angle of 22.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D59269 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 146 105 -
CMYK 0 0.31 0.51 0.16
HSL 22.78º 0.56% 0.62% -
HSV(B) 22.78º 0.51% 0.84% -
XYZ 40.27 35.72 18.14 -
YUV 161.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 213 146 105 0 0.31 0.51 0.16 22.78 0.56 0.62
Hex D5 92 69 0 1F 33 10 17 38 3E
Octal 325 222 151 0 37 63 20 27 70 76
Binary 11010101 10010010 1101001 0 11111 110011 10000 10111 111000 111110

Color Harmonies of #D59269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59269

Black with #D59269

Text Example


Text Example

White with #D59269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59269; }

 p { color: rgb(213,146,105); }

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

background-color css

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

 a { background-color: rgb(213,146,105); }

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

border-color css

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

 span { border-color: rgb(213,146,105); }

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