Html Css Color HEX #DC7A3A Tree Poppy

📋 copy color: '#DC7A3A'

red 220 ◦ green 122 ◦ blue 58

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

Shades of Tree Poppy #DC7A3A

Tints of Tree Poppy #DC7A3A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.5%

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

R = 55%
G = 30.5%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC7A3A (or 0xDC7A3A) is known color: Tree Poppy. HEX triplet: DC, 7A and 3A. RGB value is (220,122,58). Sum of RGB (Red+Green+Blue) = 220+122+58=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7A3A is #2385C5. Grayscale: #909090. Windows color (decimal): -2328006 or 3832540. OLE color: 3832540.

HSL color Cylindrical-coordinate representation of color #DC7A3A: hue angle of 23.7º 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 #DC7A3A is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 122 58 -
CMYK 0 0.45 0.74 0.14
HSL 23.7º 0.7% 0.55% -
HSV(B) 23.7º 0.74% 0.86% -
XYZ 37.24 29.44 7.72 -
YUV 144.01 79.47 182.2 -
System Red Green Blue C M Y K H S L
Decimal 220 122 58 0 0.45 0.74 0.14 23.7 0.7 0.55
Hex DC 7A 3A 0 2D 4A E 18 46 37
Octal 334 172 72 0 55 112 16 30 106 67
Binary 11011100 1111010 111010 0 101101 1001010 1110 11000 1000110 110111

Color Harmonies of #DC7A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A3A

Black with #DC7A3A

Text Example


Text Example

White with #DC7A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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