Html Css Color HEX #DC8630 Tree Poppy

📋 copy color: '#DC8630'

red 220 ◦ green 134 ◦ blue 48

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

Shades of Tree Poppy #DC8630

Tints of Tree Poppy #DC8630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.33%

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

R = 54.73%
G = 33.33%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC8630 (or 0xDC8630) is known color: Tree Poppy. HEX triplet: DC, 86 and 30. RGB value is (220,134,48). Sum of RGB (Red+Green+Blue) = 220+134+48=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8630 is #2379CF. Grayscale: #969696. Windows color (decimal): -2324944 or 3180252. OLE color: 3180252.

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

Color convert

RGB 220 134 48 -
CMYK 0 0.39 0.78 0.14
HSL 30º 0.71% 0.53% -
HSV(B) 30º 0.78% 0.86% -
XYZ 38.57 32.48 7.03 -
YUV 149.91 70.49 177.99 -
System Red Green Blue C M Y K H S L
Decimal 220 134 48 0 0.39 0.78 0.14 30 0.71 0.53
Hex DC 86 30 0 27 4E E 1E 47 35
Octal 334 206 60 0 47 116 16 36 107 65
Binary 11011100 10000110 110000 0 100111 1001110 1110 11110 1000111 110101

Color Harmonies of #DC8630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8630

Black with #DC8630

Text Example


Text Example

White with #DC8630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8630; }

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

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

background-color css

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

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

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

border-color css

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

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

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