Html Css Color HEX #D69552 Whiskey Sour

📋 copy color: '#D69552'

red 214 ◦ green 149 ◦ blue 82

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

Shades of Whiskey Sour #D69552

Tints of Whiskey Sour #D69552

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.48%

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

R = 48.09%
G = 33.48%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D69552 (or 0xD69552) is known color: Whiskey Sour. HEX triplet: D6, 95 and 52. RGB value is (214,149,82). Sum of RGB (Red+Green+Blue) = 214+149+82=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D69552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69552 is #296AAD. Grayscale: #A1A1A1. Windows color (decimal): -2714286 or 5412310. OLE color: 5412310.

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

Color convert

RGB 214 149 82 -
CMYK 0 0.30 0.62 0.16
HSL 30.45º 0.62% 0.58% -
HSV(B) 30.45º 0.62% 0.84% -
XYZ 40 36.4 12.9 -
YUV 160.8 83.53 165.95 -
System Red Green Blue C M Y K H S L
Decimal 214 149 82 0 0.30 0.62 0.16 30.45 0.62 0.58
Hex D6 95 52 0 1E 3E 10 1E 3E 3A
Octal 326 225 122 0 36 76 20 36 76 72
Binary 11010110 10010101 1010010 0 11110 111110 10000 11110 111110 111010

Color Harmonies of #D69552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69552

Black with #D69552

Text Example


Text Example

White with #D69552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69552; }

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

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

background-color css

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

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

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

border-color css

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

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

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