Html Css Color HEX #D0905C Whiskey Sour

📋 copy color: '#D0905C'

red 208 ◦ green 144 ◦ blue 92

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

Shades of Whiskey Sour #D0905C

Tints of Whiskey Sour #D0905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.43%

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

R = 46.85%
G = 32.43%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0905C (or 0xD0905C) is known color: Whiskey Sour. HEX triplet: D0, 90 and 5C. RGB value is (208,144,92). Sum of RGB (Red+Green+Blue) = 208+144+92=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0905C is #2F6FA3. Grayscale: #9D9D9D. Windows color (decimal): -3108772 or 6066384. OLE color: 6066384.

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

Color convert

RGB 208 144 92 -
CMYK 0 0.31 0.56 0.18
HSL 26.9º 0.55% 0.59% -
HSV(B) 26.9º 0.56% 0.82% -
XYZ 37.92 34.13 14.71 -
YUV 157.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 208 144 92 0 0.31 0.56 0.18 26.9 0.55 0.59
Hex D0 90 5C 0 1F 38 12 1B 37 3B
Octal 320 220 134 0 37 70 22 33 67 73
Binary 11010000 10010000 1011100 0 11111 111000 10010 11011 110111 111011

Color Harmonies of #D0905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0905C

Black with #D0905C

Text Example


Text Example

White with #D0905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0905C; }

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

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

background-color css

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

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

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

border-color css

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

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

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