#D98034

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

Shades of Tree Poppy #D98034

Tints of Tree Poppy #D98034

Color information

#D98034 (or 0xD98034) is unknown color: approx Tree Poppy. HEX triplet: D9, 80 and 34. RGB value is (217,128,52). Sum of RGB (Red+Green+Blue) = 217+128+52=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D98034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98034 is #267FCB. Grayscale: #929292. Windows color (decimal): -2523084 or 3440857. OLE color: 3440857.

HSL color Cylindrical-coordinate representation of color #D98034: hue angle of 27.64º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D98034 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB21712852-
CMYK00.410.760.15
HSL27.64º68.46%52.75%-
HSV(B)27.64º76.04%85.1%-
XYZ36.9530.447.18-
YUV145.9574.99178.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.66%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 52 (20.70% from 255) = 13.10%
R=54.66%
G=32.24%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171285200.410.760.1527.6468.4652.75
HexD980340294CF1c4435
Octal33120064051114173410465
Binary1101100110000000110100010100110011001111111001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98034; }

 p { color: rgb(217,128,52); }

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

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

 a { background-color: rgb(217,128,52); }

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

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

 span { border-color: rgb(217,128,52); }

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