Html Css Color HEX #D0905F Whiskey

📋 copy color: '#D0905F'

red 208 ◦ green 144 ◦ blue 95

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

Shades of Whiskey #D0905F

Tints of Whiskey #D0905F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.25%

R = 46.53%
G = 32.21%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0905F (or 0xD0905F) is known color: Whiskey. HEX triplet: D0, 90 and 5F. RGB value is (208,144,95). Sum of RGB (Red+Green+Blue) = 208+144+95=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0905F is #2F6FA0. Grayscale: #9D9D9D. Windows color (decimal): -3108769 or 6262992. OLE color: 6262992.

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

Color convert

RGB 208 144 95 -
CMYK 0 0.31 0.54 0.18
HSL 26.02º 0.55% 0.59% -
HSV(B) 26.02º 0.54% 0.82% -
XYZ 38.05 34.18 15.42 -
YUV 157.55 92.7 163.98 -
System Red Green Blue C M Y K H S L
Decimal 208 144 95 0 0.31 0.54 0.18 26.02 0.55 0.59
Hex D0 90 5F 0 1F 36 12 1A 37 3B
Octal 320 220 137 0 37 66 22 32 67 73
Binary 11010000 10010000 1011111 0 11111 110110 10010 11010 110111 111011

Color Harmonies of #D0905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0905F

Black with #D0905F

Text Example


Text Example

White with #D0905F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0905F; }

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

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

background-color css

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

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

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

border-color css

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

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

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