Html Css Color HEX #D69152 Whiskey Sour

📋 copy color: '#D69152'

red 214 ◦ green 145 ◦ blue 82

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

Shades of Whiskey Sour #D69152

Tints of Whiskey Sour #D69152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.59%

R = 48.53%
G = 32.88%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D69152 (or 0xD69152) is known color: Whiskey Sour. HEX triplet: D6, 91 and 52. RGB value is (214,145,82). Sum of RGB (Red+Green+Blue) = 214+145+82=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D69152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69152 is #296EAD. Grayscale: #9E9E9E. Windows color (decimal): -2715310 or 5411286. OLE color: 5411286.

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

Color convert

RGB 214 145 82 -
CMYK 0 0.32 0.62 0.16
HSL 28.64º 0.62% 0.58% -
HSV(B) 28.64º 0.62% 0.84% -
XYZ 39.38 35.16 12.69 -
YUV 158.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 214 145 82 0 0.32 0.62 0.16 28.64 0.62 0.58
Hex D6 91 52 0 20 3E 10 1D 3E 3A
Octal 326 221 122 0 40 76 20 35 76 72
Binary 11010110 10010001 1010010 0 100000 111110 10000 11101 111110 111010

Color Harmonies of #D69152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69152

Black with #D69152

Text Example


Text Example

White with #D69152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69152; }

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

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

background-color css

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

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

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

border-color css

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

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

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