Html Css Color HEX #D69153 Whiskey Sour

📋 copy color: '#D69153'

red 214 ◦ green 145 ◦ blue 83

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

Shades of Whiskey Sour #D69153

Tints of Whiskey Sour #D69153

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.81%

 BLUE value IS 83 (32.81% from 255) = 18.78%

R = 48.42%
G = 32.81%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D69153 (or 0xD69153) is known color: Whiskey Sour. HEX triplet: D6, 91 and 53. RGB value is (214,145,83). Sum of RGB (Red+Green+Blue) = 214+145+83=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D69153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69153 is #296EAC. Grayscale: #9E9E9E. Windows color (decimal): -2715309 or 5476822. OLE color: 5476822.

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

Color convert

RGB 214 145 83 -
CMYK 0 0.32 0.61 0.16
HSL 28.4º 0.62% 0.58% -
HSV(B) 28.4º 0.61% 0.84% -
XYZ 39.42 35.17 12.89 -
YUV 158.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 214 145 83 0 0.32 0.61 0.16 28.4 0.62 0.58
Hex D6 91 53 0 20 3D 10 1C 3E 3A
Octal 326 221 123 0 40 75 20 34 76 72
Binary 11010110 10010001 1010011 0 100000 111101 10000 11100 111110 111010

Color Harmonies of #D69153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69153

Black with #D69153

Text Example


Text Example

White with #D69153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69153; }

 p { color: rgb(214,145,83); }

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

background-color css

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

 a { background-color: rgb(214,145,83); }

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

border-color css

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

 span { border-color: rgb(214,145,83); }

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