Html Css Color HEX #D59068 Whiskey

📋 copy color: '#D59068'

red 213 ◦ green 144 ◦ blue 104

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

Shades of Whiskey #D59068

Tints of Whiskey #D59068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.24%

 BLUE value IS 104 (41.02% from 255) = 22.56%

R = 46.2%
G = 31.24%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D59068 (or 0xD59068) is known color: Whiskey. HEX triplet: D5, 90 and 68. RGB value is (213,144,104). Sum of RGB (Red+Green+Blue) = 213+144+104=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D59068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59068 is #2A6F97. Grayscale: #A0A0A0. Windows color (decimal): -2781080 or 6852821. OLE color: 6852821.

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

Color convert

RGB 213 144 104 -
CMYK 0 0.32 0.51 0.16
HSL 22.02º 0.56% 0.62% -
HSV(B) 22.02º 0.51% 0.84% -
XYZ 39.91 35.09 17.77 -
YUV 160.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 213 144 104 0 0.32 0.51 0.16 22.02 0.56 0.62
Hex D5 90 68 0 20 33 10 16 38 3E
Octal 325 220 150 0 40 63 20 26 70 76
Binary 11010101 10010000 1101000 0 100000 110011 10000 10110 111000 111110

Color Harmonies of #D59068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59068

Black with #D59068

Text Example


Text Example

White with #D59068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59068; }

 p { color: rgb(213,144,104); }

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

background-color css

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

 a { background-color: rgb(213,144,104); }

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

border-color css

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

 span { border-color: rgb(213,144,104); }

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