Html Css Color HEX #DC8130 Tree Poppy

📋 copy color: '#DC8130'

red 220 ◦ green 129 ◦ blue 48

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

Shades of Tree Poppy #DC8130

Tints of Tree Poppy #DC8130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.49%

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

R = 55.42%
G = 32.49%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC8130 (or 0xDC8130) is known color: Tree Poppy. HEX triplet: DC, 81 and 30. RGB value is (220,129,48). Sum of RGB (Red+Green+Blue) = 220+129+48=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8130 is #237ECF. Grayscale: #939393. Windows color (decimal): -2326224 or 3178972. OLE color: 3178972.

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

Color convert

RGB 220 129 48 -
CMYK 0 0.41 0.78 0.14
HSL 28.26º 0.71% 0.53% -
HSV(B) 28.26º 0.78% 0.86% -
XYZ 37.9 31.13 6.81 -
YUV 146.98 72.15 180.09 -
System Red Green Blue C M Y K H S L
Decimal 220 129 48 0 0.41 0.78 0.14 28.26 0.71 0.53
Hex DC 81 30 0 29 4E E 1C 47 35
Octal 334 201 60 0 51 116 16 34 107 65
Binary 11011100 10000001 110000 0 101001 1001110 1110 11100 1000111 110101

Color Harmonies of #DC8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8130

Black with #DC8130

Text Example


Text Example

White with #DC8130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8130; }

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

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

background-color css

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

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

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

border-color css

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

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

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