#D0954F

Color #D0954F Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #D0954F

Tints of Twine #D0954F

Color information

#D0954F (or 0xD0954F) is unknown color: approx Twine. HEX triplet: D0, 95 and 4F. RGB value is (208,149,79). Sum of RGB (Red+Green+Blue) = 208+149+79=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0954F is #2F6AB0. Grayscale: #9F9F9F. Windows color (decimal): -3107505 or 5215696. OLE color: 5215696.

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

Color convert

RGB20814979-
CMYK00.280.620.18
HSL32.56º57.85%56.27%-
HSV(B)32.56º62.02%81.57%-
XYZ38.1735.4712.23-
YUV158.6683.05163.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.71%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 79 (31.25% from 255) = 18.12%
R=47.71%
G=34.17%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081497900.280.620.1832.5657.8556.27
HexD0954F01C3E12213a38
Octal3202251170347622417270
Binary1101000010010101100111101110011111010010100001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0954F; }

 p { color: rgb(208,149,79); }

 H1.HeaderClassName
 {
   color: #D0954F;
 }
 .AnyTagClassName
 {
   color: #D0954F;
 }
</style>
background-color css

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

 a { background-color: rgb(208,149,79); }

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

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

 span { border-color: rgb(208,149,79); }

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