Html Css Color HEX #D0965C Whiskey Sour

📋 copy color: '#D0965C'

red 208 ◦ green 150 ◦ blue 92

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

Shades of Whiskey Sour #D0965C

Tints of Whiskey Sour #D0965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.44%

R = 46.22%
G = 33.33%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0965C (or 0xD0965C) is known color: Whiskey Sour. HEX triplet: D0, 96 and 5C. RGB value is (208,150,92). Sum of RGB (Red+Green+Blue) = 208+150+92=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0965C is #2F69A3. Grayscale: #A1A1A1. Windows color (decimal): -3107236 or 6067920. OLE color: 6067920.

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

Color convert

RGB 208 150 92 -
CMYK 0 0.28 0.56 0.18
HSL 30º 0.55% 0.59% -
HSV(B) 30º 0.56% 0.82% -
XYZ 38.85 36 15.03 -
YUV 160.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 208 150 92 0 0.28 0.56 0.18 30 0.55 0.59
Hex D0 96 5C 0 1C 38 12 1E 37 3B
Octal 320 226 134 0 34 70 22 36 67 73
Binary 11010000 10010110 1011100 0 11100 111000 10010 11110 110111 111011

Color Harmonies of #D0965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0965C

Black with #D0965C

Text Example


Text Example

White with #D0965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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