Html Css Color HEX #D59469 Whiskey

📋 copy color: '#D59469'

red 213 ◦ green 148 ◦ blue 105

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

Shades of Whiskey #D59469

Tints of Whiskey #D59469

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.76%

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

R = 45.71%
G = 31.76%
B = 22.53%

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

#D59469 (or 0xD59469) is known color: Whiskey. HEX triplet: D5, 94 and 69. RGB value is (213,148,105). Sum of RGB (Red+Green+Blue) = 213+148+105=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D59469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59469 is #2A6B96. Grayscale: #A2A2A2. Windows color (decimal): -2780055 or 6919381. OLE color: 6919381.

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

Color convert

RGB 213 148 105 -
CMYK 0 0.31 0.51 0.16
HSL 23.89º 0.56% 0.62% -
HSV(B) 23.89º 0.51% 0.84% -
XYZ 40.58 36.35 18.24 -
YUV 162.53 95.53 164 -
System Red Green Blue C M Y K H S L
Decimal 213 148 105 0 0.31 0.51 0.16 23.89 0.56 0.62
Hex D5 94 69 0 1F 33 10 18 38 3E
Octal 325 224 151 0 37 63 20 30 70 76
Binary 11010101 10010100 1101001 0 11111 110011 10000 11000 111000 111110

Color Harmonies of #D59469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59469

Black with #D59469

Text Example


Text Example

White with #D59469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59469; }

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

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

background-color css

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

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

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

border-color css

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

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

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