Html Css Color HEX #DC8233 Tree Poppy

📋 copy color: '#DC8233'

red 220 ◦ green 130 ◦ blue 51

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

Shades of Tree Poppy #DC8233

Tints of Tree Poppy #DC8233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.72%

R = 54.86%
G = 32.42%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC8233 (or 0xDC8233) is known color: Tree Poppy. HEX triplet: DC, 82 and 33. RGB value is (220,130,51). Sum of RGB (Red+Green+Blue) = 220+130+51=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8233 is #237DCC. Grayscale: #949494. Windows color (decimal): -2325965 or 3375836. OLE color: 3375836.

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

Color convert

RGB 220 130 51 -
CMYK 0 0.41 0.77 0.14
HSL 28.05º 0.71% 0.53% -
HSV(B) 28.05º 0.77% 0.86% -
XYZ 38.1 31.42 7.19 -
YUV 147.9 73.32 179.42 -
System Red Green Blue C M Y K H S L
Decimal 220 130 51 0 0.41 0.77 0.14 28.05 0.71 0.53
Hex DC 82 33 0 29 4D E 1C 47 35
Octal 334 202 63 0 51 115 16 34 107 65
Binary 11011100 10000010 110011 0 101001 1001101 1110 11100 1000111 110101

Color Harmonies of #DC8233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8233

Black with #DC8233

Text Example


Text Example

White with #DC8233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8233; }

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

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

background-color css

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

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

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

border-color css

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

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

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