#D88238

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

Shades of Tree Poppy #D88238

Tints of Tree Poppy #D88238

Color information

#D88238 (or 0xD88238) is unknown color: approx Tree Poppy. HEX triplet: D8, 82 and 38. RGB value is (216,130,56). Sum of RGB (Red+Green+Blue) = 216+130+56=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 56 (22.27% from 255 or 13.93% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D88238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88238 is #277DC7. Grayscale: #939393. Windows color (decimal): -2588104 or 3703512. OLE color: 3703512.

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

Color convert

RGB21613056-
CMYK00.400.740.15
HSL27.75º67.23%53.33%-
HSV(B)27.75º74.07%84.71%-
XYZ37.0230.857.75-
YUV147.2876.49177.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.73%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 56 (22.27% from 255) = 13.93%
R=53.73%
G=32.34%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161305600.400.740.1527.7567.2353.33
HexD882380284AF1c4335
Octal33020270050112173410365
Binary1101100010000010111000010100010010101111111001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88238; }

 p { color: rgb(216,130,56); }

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

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

 a { background-color: rgb(216,130,56); }

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

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

 span { border-color: rgb(216,130,56); }

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