Html Css Color HEX #D69063 Whiskey

📋 copy color: '#D69063'

red 214 ◦ green 144 ◦ blue 99

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

Shades of Whiskey #D69063

Tints of Whiskey #D69063

RGB

 RED value IS 214 (83.98% from 255) = 46.83%

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

 BLUE value IS 99 (39.06% from 255) = 21.66%

R = 46.83%
G = 31.51%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D69063 (or 0xD69063) is known color: Whiskey. HEX triplet: D6, 90 and 63. RGB value is (214,144,99). Sum of RGB (Red+Green+Blue) = 214+144+99=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D69063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69063 is #296F9C. Grayscale: #A0A0A0. Windows color (decimal): -2715549 or 6525142. OLE color: 6525142.

HSL color Cylindrical-coordinate representation of color #D69063: hue angle of 23.48º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D69063 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 144 99 -
CMYK 0 0.33 0.54 0.16
HSL 23.48º 0.58% 0.61% -
HSV(B) 23.48º 0.54% 0.84% -
XYZ 39.96 35.14 16.48 -
YUV 159.8 93.69 166.66 -
System Red Green Blue C M Y K H S L
Decimal 214 144 99 0 0.33 0.54 0.16 23.48 0.58 0.61
Hex D6 90 63 0 21 36 10 17 3A 3D
Octal 326 220 143 0 41 66 20 27 72 75
Binary 11010110 10010000 1100011 0 100001 110110 10000 10111 111010 111101

Color Harmonies of #D69063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69063

Black with #D69063

Text Example


Text Example

White with #D69063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69063; }

 p { color: rgb(214,144,99); }

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

background-color css

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

 a { background-color: rgb(214,144,99); }

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

border-color css

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

 span { border-color: rgb(214,144,99); }

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