#D98640

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

Shades of Tree Poppy #D98640

Tints of Tree Poppy #D98640

Color information

#D98640 (or 0xD98640) is unknown color: approx Tree Poppy. HEX triplet: D9, 86 and 40. RGB value is (217,134,64). Sum of RGB (Red+Green+Blue) = 217+134+64=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D98640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98640 is #2679BF. Grayscale: #979797. Windows color (decimal): -2521536 or 4228825. OLE color: 4228825.

HSL color Cylindrical-coordinate representation of color #D98640: hue angle of 27.45º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D98640 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB21713464-
CMYK00.380.710.15
HSL27.45º66.81%55.1%-
HSV(B)27.45º70.51%85.1%-
XYZ38.0732.179.05-
YUV150.8479175.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.29%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 64 (25.39% from 255) = 15.42%
R=52.29%
G=32.29%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171346400.380.710.1527.4566.8155.1
HexD9864002647F1b4337
Octal331206100046107173310367
Binary11011001100001101000000010011010001111111110111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98640; }

 p { color: rgb(217,134,64); }

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

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

 a { background-color: rgb(217,134,64); }

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

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

 span { border-color: rgb(217,134,64); }

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