Html Css Color HEX #D0985C Whiskey Sour

📋 copy color: '#D0985C'

red 208 ◦ green 152 ◦ blue 92

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

Shades of Whiskey Sour #D0985C

Tints of Whiskey Sour #D0985C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.63%

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

R = 46.02%
G = 33.63%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0985C (or 0xD0985C) is known color: Whiskey Sour. HEX triplet: D0, 98 and 5C. RGB value is (208,152,92). Sum of RGB (Red+Green+Blue) = 208+152+92=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0985C is #2F67A3. Grayscale: #A2A2A2. Windows color (decimal): -3106724 or 6068432. OLE color: 6068432.

HSL color Cylindrical-coordinate representation of color #D0985C: hue angle of 31.03º 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 #D0985C is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 152 92 -
CMYK 0 0.27 0.56 0.18
HSL 31.03º 0.55% 0.59% -
HSV(B) 31.03º 0.56% 0.82% -
XYZ 39.17 36.64 15.13 -
YUV 161.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 208 152 92 0 0.27 0.56 0.18 31.03 0.55 0.59
Hex D0 98 5C 0 1B 38 12 1F 37 3B
Octal 320 230 134 0 33 70 22 37 67 73
Binary 11010000 10011000 1011100 0 11011 111000 10010 11111 110111 111011

Color Harmonies of #D0985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0985C

Black with #D0985C

Text Example


Text Example

White with #D0985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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