Html Css Color HEX #DC8230 Tree Poppy

📋 copy color: '#DC8230'

red 220 ◦ green 130 ◦ blue 48

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

Shades of Tree Poppy #DC8230

Tints of Tree Poppy #DC8230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

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

R = 55.28%
G = 32.66%
B = 12.06%

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

#DC8230 (or 0xDC8230) is known color: Tree Poppy. HEX triplet: DC, 82 and 30. RGB value is (220,130,48). Sum of RGB (Red+Green+Blue) = 220+130+48=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8230 is #237DCF. Grayscale: #939393. Windows color (decimal): -2325968 or 3179228. OLE color: 3179228.

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

Color convert

RGB 220 130 48 -
CMYK 0 0.41 0.78 0.14
HSL 28.6º 0.71% 0.53% -
HSV(B) 28.6º 0.78% 0.86% -
XYZ 38.03 31.39 6.85 -
YUV 147.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 220 130 48 0 0.41 0.78 0.14 28.6 0.71 0.53
Hex DC 82 30 0 29 4E E 1D 47 35
Octal 334 202 60 0 51 116 16 35 107 65
Binary 11011100 10000010 110000 0 101001 1001110 1110 11101 1000111 110101

Color Harmonies of #DC8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8230

Black with #DC8230

Text Example


Text Example

White with #DC8230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8230; }

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

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

background-color css

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

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

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

border-color css

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

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

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