Html Css Color HEX #D59267 Whiskey

📋 copy color: '#D59267'

red 213 ◦ green 146 ◦ blue 103

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

Shades of Whiskey #D59267

Tints of Whiskey #D59267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.29%

R = 46.1%
G = 31.6%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D59267 (or 0xD59267) is known color: Whiskey. HEX triplet: D5, 92 and 67. RGB value is (213,146,103). Sum of RGB (Red+Green+Blue) = 213+146+103=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D59267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59267 is #2A6D98. Grayscale: #A1A1A1. Windows color (decimal): -2780569 or 6787797. OLE color: 6787797.

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

Color convert

RGB 213 146 103 -
CMYK 0 0.31 0.52 0.16
HSL 23.45º 0.57% 0.62% -
HSV(B) 23.45º 0.52% 0.84% -
XYZ 40.17 35.68 17.6 -
YUV 161.13 95.2 165 -
System Red Green Blue C M Y K H S L
Decimal 213 146 103 0 0.31 0.52 0.16 23.45 0.57 0.62
Hex D5 92 67 0 1F 34 10 17 39 3E
Octal 325 222 147 0 37 64 20 27 71 76
Binary 11010101 10010010 1100111 0 11111 110100 10000 10111 111001 111110

Color Harmonies of #D59267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59267

Black with #D59267

Text Example


Text Example

White with #D59267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59267; }

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

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

background-color css

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

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

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

border-color css

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

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

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