Html Css Color HEX #DC8330 Tree Poppy

📋 copy color: '#DC8330'

red 220 ◦ green 131 ◦ blue 48

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

Shades of Tree Poppy #DC8330

Tints of Tree Poppy #DC8330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

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

R = 55.14%
G = 32.83%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC8330 (or 0xDC8330) is known color: Tree Poppy. HEX triplet: DC, 83 and 30. RGB value is (220,131,48). Sum of RGB (Red+Green+Blue) = 220+131+48=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8330 is #237CCF. Grayscale: #949494. Windows color (decimal): -2325712 or 3179484. OLE color: 3179484.

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

Color convert

RGB 220 131 48 -
CMYK 0 0.40 0.78 0.14
HSL 28.95º 0.71% 0.53% -
HSV(B) 28.95º 0.78% 0.86% -
XYZ 38.17 31.66 6.9 -
YUV 148.15 71.49 179.25 -
System Red Green Blue C M Y K H S L
Decimal 220 131 48 0 0.40 0.78 0.14 28.95 0.71 0.53
Hex DC 83 30 0 28 4E E 1D 47 35
Octal 334 203 60 0 50 116 16 35 107 65
Binary 11011100 10000011 110000 0 101000 1001110 1110 11101 1000111 110101

Color Harmonies of #DC8330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8330

Black with #DC8330

Text Example


Text Example

White with #DC8330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8330; }

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

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

background-color css

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

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

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

border-color css

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

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

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