#D67E3A

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

Shades of Tree Poppy #D67E3A

Tints of Tree Poppy #D67E3A

Color information

#D67E3A (or 0xD67E3A) is unknown color: approx Tree Poppy. HEX triplet: D6, 7E and 3A. RGB value is (214,126,58). Sum of RGB (Red+Green+Blue) = 214+126+58=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67E3A is #2981C5. Grayscale: #909090. Windows color (decimal): -2720198 or 3833558. OLE color: 3833558.

HSL color Cylindrical-coordinate representation of color #D67E3A: hue angle of 26.15º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D67E3A is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB21412658-
CMYK00.410.730.16
HSL26.15º65.55%53.33%-
HSV(B)26.15º72.9%83.92%-
XYZ35.9629.527.81-
YUV144.5679.15177.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.77%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 58 (23.05% from 255) = 14.57%
R=53.77%
G=31.66%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141265800.410.730.1626.1565.5553.33
HexD67E3A02949101a4235
Octal32617672051111203210265
Binary1101011011111101110100101001100100110000110101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67E3A; }

 p { color: rgb(214,126,58); }

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

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

 a { background-color: rgb(214,126,58); }

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

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

 span { border-color: rgb(214,126,58); }

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