Html Css Color HEX #DC893A Tree Poppy

📋 copy color: '#DC893A'

red 220 ◦ green 137 ◦ blue 58

#DC893A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tree Poppy #DC893A

Tints of Tree Poppy #DC893A

RGB

 RED value IS 220 (86.33% from 255) = 53.01%

 GREEN value IS 137 (53.91% from 255) = 33.01%

 BLUE value IS 58 (23.05% from 255) = 13.98%

R = 53.01%
G = 33.01%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC893A (or 0xDC893A) is known color: Tree Poppy. HEX triplet: DC, 89 and 3A. RGB value is (220,137,58). Sum of RGB (Red+Green+Blue) = 220+137+58=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC893A is #2376C5. Grayscale: #999999. Windows color (decimal): -2324166 or 3836380. OLE color: 3836380.

HSL color Cylindrical-coordinate representation of color #DC893A: hue angle of 29.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC893A is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 58 -
CMYK 0 0.38 0.74 0.14
HSL 29.26º 0.7% 0.55% -
HSV(B) 29.26º 0.74% 0.86% -
XYZ 39.22 33.41 8.38 -
YUV 152.81 74.5 175.92 -
System Red Green Blue C M Y K H S L
Decimal 220 137 58 0 0.38 0.74 0.14 29.26 0.7 0.55
Hex DC 89 3A 0 26 4A E 1D 46 37
Octal 334 211 72 0 46 112 16 35 106 67
Binary 11011100 10001001 111010 0 100110 1001010 1110 11101 1000110 110111

Color Harmonies of #DC893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC893A

Black with #DC893A

Text Example


Text Example

White with #DC893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC893A; }

 p { color: rgb(220,137,58); }

 H1.HeaderClassName
 {
   color: #DC893A;
 }
 .AnyTagClassName
 {
   color: #DC893A;
 }
</style>

background-color css

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

 a { background-color: rgb(220,137,58); }

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

border-color css

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

 span { border-color: rgb(220,137,58); }

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