#D5926A

Color #D5926A Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #D5926A

Tints of Whiskey #D5926A

Color information

#D5926A (or 0xD5926A) is unknown color: approx Whiskey. HEX triplet: D5, 92 and 6A. RGB value is (213,146,106). Sum of RGB (Red+Green+Blue) = 213+146+106=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5926A is #2A6D95. Grayscale: #A1A1A1. Windows color (decimal): -2780566 or 6984405. OLE color: 6984405.

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

Color convert

RGB213146106-
CMYK00.310.500.16
HSL22.43º56.02%62.55%-
HSV(B)22.43º50.23%83.53%-
XYZ40.3235.7418.41-
YUV161.4796.7164.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=45.81%
G=31.40%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314610600.310.500.1622.4356.0262.55
HexD5926A01F321016383f
Octal3252221520376220267077
Binary110101011001001011010100111111100101000010110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5926A; }

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

 H1.HeaderClassName
 {
   color: #D5926A;
 }
 .AnyTagClassName
 {
   color: #D5926A;
 }
</style>
background-color css

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

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

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

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

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

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