Html Css Color HEX #D0965A Whiskey Sour

📋 copy color: '#D0965A'

red 208 ◦ green 150 ◦ blue 90

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

Shades of Whiskey Sour #D0965A

Tints of Whiskey Sour #D0965A

RGB

 RED value IS 208 (81.64% from 255) = 46.43%

 GREEN value IS 150 (58.98% from 255) = 33.48%

 BLUE value IS 90 (35.55% from 255) = 20.09%

R = 46.43%
G = 33.48%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0965A (or 0xD0965A) is known color: Whiskey Sour. HEX triplet: D0, 96 and 5A. RGB value is (208,150,90). Sum of RGB (Red+Green+Blue) = 208+150+90=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0965A is #2F69A5. Grayscale: #A0A0A0. Windows color (decimal): -3107238 or 5936848. OLE color: 5936848.

HSL color Cylindrical-coordinate representation of color #D0965A: hue angle of 30.51º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0965A is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 90 -
CMYK 0 0.28 0.57 0.18
HSL 30.51º 0.56% 0.58% -
HSV(B) 30.51º 0.57% 0.82% -
XYZ 38.76 35.96 14.57 -
YUV 160.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 208 150 90 0 0.28 0.57 0.18 30.51 0.56 0.58
Hex D0 96 5A 0 1C 39 12 1F 38 3A
Octal 320 226 132 0 34 71 22 37 70 72
Binary 11010000 10010110 1011010 0 11100 111001 10010 11111 111000 111010

Color Harmonies of #D0965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0965A

Black with #D0965A

Text Example


Text Example

White with #D0965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0965A; }

 p { color: rgb(208,150,90); }

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

background-color css

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

 a { background-color: rgb(208,150,90); }

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

border-color css

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

 span { border-color: rgb(208,150,90); }

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