Html Css Color HEX #DC8A43 Tree Poppy

📋 copy color: '#DC8A43'

red 220 ◦ green 138 ◦ blue 67

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

Shades of Tree Poppy #DC8A43

Tints of Tree Poppy #DC8A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.76%

R = 51.76%
G = 32.47%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC8A43 (or 0xDC8A43) is known color: Tree Poppy. HEX triplet: DC, 8A and 43. RGB value is (220,138,67). Sum of RGB (Red+Green+Blue) = 220+138+67=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A43 is #2375BC. Grayscale: #9A9A9A. Windows color (decimal): -2323901 or 4426460. OLE color: 4426460.

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

Color convert

RGB 220 138 67 -
CMYK 0 0.37 0.70 0.14
HSL 27.84º 0.69% 0.56% -
HSV(B) 27.84º 0.7% 0.86% -
XYZ 39.62 33.8 9.75 -
YUV 154.42 78.67 174.77 -
System Red Green Blue C M Y K H S L
Decimal 220 138 67 0 0.37 0.70 0.14 27.84 0.69 0.56
Hex DC 8A 43 0 25 46 E 1C 45 38
Octal 334 212 103 0 45 106 16 34 105 70
Binary 11011100 10001010 1000011 0 100101 1000110 1110 11100 1000101 111000

Color Harmonies of #DC8A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A43

Black with #DC8A43

Text Example


Text Example

White with #DC8A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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