Html Css Color HEX #D69258 Whiskey Sour

📋 copy color: '#D69258'

red 214 ◦ green 146 ◦ blue 88

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

Shades of Whiskey Sour #D69258

Tints of Whiskey Sour #D69258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.64%

R = 47.77%
G = 32.59%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D69258 (or 0xD69258) is known color: Whiskey Sour. HEX triplet: D6, 92 and 58. RGB value is (214,146,88). Sum of RGB (Red+Green+Blue) = 214+146+88=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D69258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69258 is #296DA7. Grayscale: #A0A0A0. Windows color (decimal): -2715048 or 5804758. OLE color: 5804758.

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

Color convert

RGB 214 146 88 -
CMYK 0 0.32 0.59 0.16
HSL 27.62º 0.61% 0.59% -
HSV(B) 27.62º 0.59% 0.84% -
XYZ 39.77 35.56 14 -
YUV 159.72 87.53 166.72 -
System Red Green Blue C M Y K H S L
Decimal 214 146 88 0 0.32 0.59 0.16 27.62 0.61 0.59
Hex D6 92 58 0 20 3B 10 1C 3D 3B
Octal 326 222 130 0 40 73 20 34 75 73
Binary 11010110 10010010 1011000 0 100000 111011 10000 11100 111101 111011

Color Harmonies of #D69258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69258

Black with #D69258

Text Example


Text Example

White with #D69258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69258; }

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

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

background-color css

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

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

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

border-color css

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

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

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