Html Css Color HEX #D69259 Whiskey Sour

📋 copy color: '#D69259'

red 214 ◦ green 146 ◦ blue 89

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

Shades of Whiskey Sour #D69259

Tints of Whiskey Sour #D69259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.52%

 BLUE value IS 89 (35.16% from 255) = 19.82%

R = 47.66%
G = 32.52%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D69259 (or 0xD69259) is known color: Whiskey Sour. HEX triplet: D6, 92 and 59. RGB value is (214,146,89). Sum of RGB (Red+Green+Blue) = 214+146+89=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D69259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69259 is #296DA6. Grayscale: #A0A0A0. Windows color (decimal): -2715047 or 5870294. OLE color: 5870294.

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

Color convert

RGB 214 146 89 -
CMYK 0 0.32 0.58 0.16
HSL 27.36º 0.6% 0.59% -
HSV(B) 27.36º 0.58% 0.84% -
XYZ 39.81 35.58 14.22 -
YUV 159.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 214 146 89 0 0.32 0.58 0.16 27.36 0.6 0.59
Hex D6 92 59 0 20 3A 10 1B 3C 3B
Octal 326 222 131 0 40 72 20 33 74 73
Binary 11010110 10010010 1011001 0 100000 111010 10000 11011 111100 111011

Color Harmonies of #D69259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69259

Black with #D69259

Text Example


Text Example

White with #D69259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69259; }

 p { color: rgb(214,146,89); }

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

background-color css

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

 a { background-color: rgb(214,146,89); }

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

border-color css

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

 span { border-color: rgb(214,146,89); }

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