Html Css Color HEX #D69762 Whiskey Sour

📋 copy color: '#D69762'

red 214 ◦ green 151 ◦ blue 98

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

Shades of Whiskey Sour #D69762

Tints of Whiskey Sour #D69762

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.61%

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

R = 46.22%
G = 32.61%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D69762 (or 0xD69762) is known color: Whiskey Sour. HEX triplet: D6, 97 and 62. RGB value is (214,151,98). Sum of RGB (Red+Green+Blue) = 214+151+98=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D69762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69762 is #29689D. Grayscale: #A4A4A4. Windows color (decimal): -2713758 or 6461398. OLE color: 6461398.

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

Color convert

RGB 214 151 98 -
CMYK 0 0.29 0.54 0.16
HSL 27.41º 0.59% 0.61% -
HSV(B) 27.41º 0.54% 0.84% -
XYZ 41 37.31 16.6 -
YUV 163.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 214 151 98 0 0.29 0.54 0.16 27.41 0.59 0.61
Hex D6 97 62 0 1D 36 10 1B 3B 3D
Octal 326 227 142 0 35 66 20 33 73 75
Binary 11010110 10010111 1100010 0 11101 110110 10000 11011 111011 111101

Color Harmonies of #D69762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69762

Black with #D69762

Text Example


Text Example

White with #D69762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69762; }

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

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

background-color css

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

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

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

border-color css

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

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

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