Html Css Color HEX #DC8A3F Tree Poppy

📋 copy color: '#DC8A3F'

red 220 ◦ green 138 ◦ blue 63

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

Shades of Tree Poppy #DC8A3F

Tints of Tree Poppy #DC8A3F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.78%

 BLUE value IS 63 (25% from 255) = 14.96%

R = 52.26%
G = 32.78%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC8A3F (or 0xDC8A3F) is known color: Tree Poppy. HEX triplet: DC, 8A and 3F. RGB value is (220,138,63). Sum of RGB (Red+Green+Blue) = 220+138+63=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A3F is #2375C0. Grayscale: #9A9A9A. Windows color (decimal): -2323905 or 4164316. OLE color: 4164316.

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

Color convert

RGB 220 138 63 -
CMYK 0 0.37 0.71 0.14
HSL 28.66º 0.69% 0.55% -
HSV(B) 28.66º 0.71% 0.86% -
XYZ 39.5 33.75 9.14 -
YUV 153.97 76.67 175.1 -
System Red Green Blue C M Y K H S L
Decimal 220 138 63 0 0.37 0.71 0.14 28.66 0.69 0.55
Hex DC 8A 3F 0 25 47 E 1D 45 37
Octal 334 212 77 0 45 107 16 35 105 67
Binary 11011100 10001010 111111 0 100101 1000111 1110 11101 1000101 110111

Color Harmonies of #DC8A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A3F

Black with #DC8A3F

Text Example


Text Example

White with #DC8A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A3F; }

 p { color: rgb(220,138,63); }

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

background-color css

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

 a { background-color: rgb(220,138,63); }

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

border-color css

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

 span { border-color: rgb(220,138,63); }

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