Html Css Color HEX #DC822F Tree Poppy

📋 copy color: '#DC822F'

red 220 ◦ green 130 ◦ blue 47

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

Shades of Tree Poppy #DC822F

Tints of Tree Poppy #DC822F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.84%

R = 55.42%
G = 32.75%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC822F (or 0xDC822F) is known color: Tree Poppy. HEX triplet: DC, 82 and 2F. RGB value is (220,130,47). Sum of RGB (Red+Green+Blue) = 220+130+47=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC822F is #237DD0. Grayscale: #939393. Windows color (decimal): -2325969 or 3113692. OLE color: 3113692.

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

Color convert

RGB 220 130 47 -
CMYK 0 0.41 0.79 0.14
HSL 28.79º 0.71% 0.52% -
HSV(B) 28.79º 0.79% 0.86% -
XYZ 38.01 31.39 6.74 -
YUV 147.45 71.32 179.75 -
System Red Green Blue C M Y K H S L
Decimal 220 130 47 0 0.41 0.79 0.14 28.79 0.71 0.52
Hex DC 82 2F 0 29 4F E 1D 47 34
Octal 334 202 57 0 51 117 16 35 107 64
Binary 11011100 10000010 101111 0 101001 1001111 1110 11101 1000111 110100

Color Harmonies of #DC822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC822F

Black with #DC822F

Text Example


Text Example

White with #DC822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC822F; }

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

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

background-color css

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

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

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

border-color css

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

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

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