Html Css Color HEX #DC7F38 Tree Poppy

📋 copy color: '#DC7F38'

red 220 ◦ green 127 ◦ blue 56

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

Shades of Tree Poppy #DC7F38

Tints of Tree Poppy #DC7F38

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

 BLUE value IS 56 (22.27% from 255) = 13.9%

R = 54.59%
G = 31.51%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC7F38 (or 0xDC7F38) is known color: Tree Poppy. HEX triplet: DC, 7F and 38. RGB value is (220,127,56). Sum of RGB (Red+Green+Blue) = 220+127+56=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F38 is #2380C7. Grayscale: #939393. Windows color (decimal): -2326728 or 3702748. OLE color: 3702748.

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

Color convert

RGB 220 127 56 -
CMYK 0 0.42 0.75 0.14
HSL 25.98º 0.7% 0.54% -
HSV(B) 25.98º 0.75% 0.86% -
XYZ 37.82 30.68 7.67 -
YUV 146.71 76.81 180.27 -
System Red Green Blue C M Y K H S L
Decimal 220 127 56 0 0.42 0.75 0.14 25.98 0.7 0.54
Hex DC 7F 38 0 2A 4B E 1A 46 36
Octal 334 177 70 0 52 113 16 32 106 66
Binary 11011100 1111111 111000 0 101010 1001011 1110 11010 1000110 110110

Color Harmonies of #DC7F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F38

Black with #DC7F38

Text Example


Text Example

White with #DC7F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F38; }

 p { color: rgb(220,127,56); }

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

background-color css

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

 a { background-color: rgb(220,127,56); }

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

border-color css

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

 span { border-color: rgb(220,127,56); }

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