Html Css Color HEX #DC8231 Tree Poppy

📋 copy color: '#DC8231'

red 220 ◦ green 130 ◦ blue 49

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

Shades of Tree Poppy #DC8231

Tints of Tree Poppy #DC8231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.28%

R = 55.14%
G = 32.58%
B = 12.28%

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

#DC8231 (or 0xDC8231) is known color: Tree Poppy. HEX triplet: DC, 82 and 31. RGB value is (220,130,49). Sum of RGB (Red+Green+Blue) = 220+130+49=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8231 is #237DCE. Grayscale: #949494. Windows color (decimal): -2325967 or 3244764. OLE color: 3244764.

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

Color convert

RGB 220 130 49 -
CMYK 0 0.41 0.78 0.14
HSL 28.42º 0.71% 0.53% -
HSV(B) 28.42º 0.78% 0.86% -
XYZ 38.05 31.4 6.96 -
YUV 147.68 72.32 179.59 -
System Red Green Blue C M Y K H S L
Decimal 220 130 49 0 0.41 0.78 0.14 28.42 0.71 0.53
Hex DC 82 31 0 29 4E E 1C 47 35
Octal 334 202 61 0 51 116 16 34 107 65
Binary 11011100 10000010 110001 0 101001 1001110 1110 11100 1000111 110101

Color Harmonies of #DC8231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8231

Black with #DC8231

Text Example


Text Example

White with #DC8231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8231; }

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

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

background-color css

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

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

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

border-color css

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

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

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