Html Css Color HEX #DC7F3F Tree Poppy

📋 copy color: '#DC7F3F'

red 220 ◦ green 127 ◦ blue 63

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

Shades of Tree Poppy #DC7F3F

Tints of Tree Poppy #DC7F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.37%

R = 53.66%
G = 30.98%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC7F3F (or 0xDC7F3F) is known color: Tree Poppy. HEX triplet: DC, 7F and 3F. RGB value is (220,127,63). Sum of RGB (Red+Green+Blue) = 220+127+63=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F3F is #2380C0. Grayscale: #939393. Windows color (decimal): -2326721 or 4161500. OLE color: 4161500.

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

Color convert

RGB 220 127 63 -
CMYK 0 0.42 0.71 0.14
HSL 24.46º 0.69% 0.55% -
HSV(B) 24.46º 0.71% 0.86% -
XYZ 38 30.75 8.64 -
YUV 147.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 220 127 63 0 0.42 0.71 0.14 24.46 0.69 0.55
Hex DC 7F 3F 0 2A 47 E 18 45 37
Octal 334 177 77 0 52 107 16 30 105 67
Binary 11011100 1111111 111111 0 101010 1000111 1110 11000 1000101 110111

Color Harmonies of #DC7F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F3F

Black with #DC7F3F

Text Example


Text Example

White with #DC7F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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