Html Css Color HEX #D69562 Whiskey Sour

📋 copy color: '#D69562'

red 214 ◦ green 149 ◦ blue 98

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

Shades of Whiskey Sour #D69562

Tints of Whiskey Sour #D69562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 46.42%
G = 32.32%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D69562 (or 0xD69562) is known color: Whiskey Sour. HEX triplet: D6, 95 and 62. RGB value is (214,149,98). Sum of RGB (Red+Green+Blue) = 214+149+98=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D69562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69562 is #296A9D. Grayscale: #A2A2A2. Windows color (decimal): -2714270 or 6460886. OLE color: 6460886.

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

Color convert

RGB 214 149 98 -
CMYK 0 0.30 0.54 0.16
HSL 26.38º 0.59% 0.61% -
HSV(B) 26.38º 0.54% 0.84% -
XYZ 40.68 36.67 16.49 -
YUV 162.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 214 149 98 0 0.30 0.54 0.16 26.38 0.59 0.61
Hex D6 95 62 0 1E 36 10 1A 3B 3D
Octal 326 225 142 0 36 66 20 32 73 75
Binary 11010110 10010101 1100010 0 11110 110110 10000 11010 111011 111101

Color Harmonies of #D69562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69562

Black with #D69562

Text Example


Text Example

White with #D69562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69562; }

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

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

background-color css

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

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

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

border-color css

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

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

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