Html Css Color HEX #DC7F30 Tree Poppy

📋 copy color: '#DC7F30'

red 220 ◦ green 127 ◦ blue 48

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

Shades of Tree Poppy #DC7F30

Tints of Tree Poppy #DC7F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.15%

R = 55.7%
G = 32.15%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC7F30 (or 0xDC7F30) is known color: Tree Poppy. HEX triplet: DC, 7F and 30. RGB value is (220,127,48). Sum of RGB (Red+Green+Blue) = 220+127+48=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7F30 is #2380CF. Grayscale: #929292. Windows color (decimal): -2326736 or 3178460. OLE color: 3178460.

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

Color convert

RGB 220 127 48 -
CMYK 0 0.42 0.78 0.14
HSL 27.56º 0.71% 0.53% -
HSV(B) 27.56º 0.78% 0.86% -
XYZ 37.64 30.61 6.72 -
YUV 145.8 72.81 180.92 -
System Red Green Blue C M Y K H S L
Decimal 220 127 48 0 0.42 0.78 0.14 27.56 0.71 0.53
Hex DC 7F 30 0 2A 4E E 1C 47 35
Octal 334 177 60 0 52 116 16 34 107 65
Binary 11011100 1111111 110000 0 101010 1001110 1110 11100 1000111 110101

Color Harmonies of #DC7F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F30

Black with #DC7F30

Text Example


Text Example

White with #DC7F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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