Html Css Color HEX #D69863 Whiskey Sour

📋 copy color: '#D69863'

red 214 ◦ green 152 ◦ blue 99

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

Shades of Whiskey Sour #D69863

Tints of Whiskey Sour #D69863

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.69%

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

R = 46.02%
G = 32.69%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D69863 (or 0xD69863) is known color: Whiskey Sour. HEX triplet: D6, 98 and 63. RGB value is (214,152,99). Sum of RGB (Red+Green+Blue) = 214+152+99=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D69863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69863 is #29679C. Grayscale: #A4A4A4. Windows color (decimal): -2713501 or 6527190. OLE color: 6527190.

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

Color convert

RGB 214 152 99 -
CMYK 0 0.29 0.54 0.16
HSL 27.65º 0.58% 0.61% -
HSV(B) 27.65º 0.54% 0.84% -
XYZ 41.21 37.65 16.9 -
YUV 164.5 91.04 163.31 -
System Red Green Blue C M Y K H S L
Decimal 214 152 99 0 0.29 0.54 0.16 27.65 0.58 0.61
Hex D6 98 63 0 1D 36 10 1C 3A 3D
Octal 326 230 143 0 35 66 20 34 72 75
Binary 11010110 10011000 1100011 0 11101 110110 10000 11100 111010 111101

Color Harmonies of #D69863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69863

Black with #D69863

Text Example


Text Example

White with #D69863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69863; }

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

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

background-color css

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

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

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

border-color css

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

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

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