Html Css Color HEX #DC773A Tree Poppy

📋 copy color: '#DC773A'

red 220 ◦ green 119 ◦ blue 58

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

Shades of Tree Poppy #DC773A

Tints of Tree Poppy #DC773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.97%

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

R = 55.42%
G = 29.97%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC773A (or 0xDC773A) is known color: Tree Poppy. HEX triplet: DC, 77 and 3A. RGB value is (220,119,58). Sum of RGB (Red+Green+Blue) = 220+119+58=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC773A is #2388C5. Grayscale: #8E8E8E. Windows color (decimal): -2328774 or 3831772. OLE color: 3831772.

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

Color convert

RGB 220 119 58 -
CMYK 0 0.46 0.74 0.14
HSL 22.59º 0.7% 0.55% -
HSV(B) 22.59º 0.74% 0.86% -
XYZ 36.88 28.71 7.6 -
YUV 142.25 80.46 183.46 -
System Red Green Blue C M Y K H S L
Decimal 220 119 58 0 0.46 0.74 0.14 22.59 0.7 0.55
Hex DC 77 3A 0 2E 4A E 17 46 37
Octal 334 167 72 0 56 112 16 27 106 67
Binary 11011100 1110111 111010 0 101110 1001010 1110 10111 1000110 110111

Color Harmonies of #DC773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC773A

Black with #DC773A

Text Example


Text Example

White with #DC773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC773A; }

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

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

background-color css

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

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

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

border-color css

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

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

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