Html Css Color HEX #D69458 Whiskey Sour

📋 copy color: '#D69458'

red 214 ◦ green 148 ◦ blue 88

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

Shades of Whiskey Sour #D69458

Tints of Whiskey Sour #D69458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.89%

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

R = 47.56%
G = 32.89%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D69458 (or 0xD69458) is known color: Whiskey Sour. HEX triplet: D6, 94 and 58. RGB value is (214,148,88). Sum of RGB (Red+Green+Blue) = 214+148+88=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D69458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69458 is #296BA7. Grayscale: #A1A1A1. Windows color (decimal): -2714536 or 5805270. OLE color: 5805270.

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

Color convert

RGB 214 148 88 -
CMYK 0 0.31 0.59 0.16
HSL 28.57º 0.61% 0.59% -
HSV(B) 28.57º 0.59% 0.84% -
XYZ 40.08 36.18 14.1 -
YUV 160.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 214 148 88 0 0.31 0.59 0.16 28.57 0.61 0.59
Hex D6 94 58 0 1F 3B 10 1D 3D 3B
Octal 326 224 130 0 37 73 20 35 75 73
Binary 11010110 10010100 1011000 0 11111 111011 10000 11101 111101 111011

Color Harmonies of #D69458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69458

Black with #D69458

Text Example


Text Example

White with #D69458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69458; }

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

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

background-color css

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

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

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

border-color css

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

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

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