Html Css Color HEX #DC823E Tree Poppy

📋 copy color: '#DC823E'

red 220 ◦ green 130 ◦ blue 62

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

Shades of Tree Poppy #DC823E

Tints of Tree Poppy #DC823E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.05%

R = 53.4%
G = 31.55%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC823E (or 0xDC823E) is known color: Tree Poppy. HEX triplet: DC, 82 and 3E. RGB value is (220,130,62). Sum of RGB (Red+Green+Blue) = 220+130+62=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC823E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC823E is #237DC1. Grayscale: #959595. Windows color (decimal): -2325954 or 4096732. OLE color: 4096732.

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

Color convert

RGB 220 130 62 -
CMYK 0 0.41 0.72 0.14
HSL 25.82º 0.69% 0.55% -
HSV(B) 25.82º 0.72% 0.86% -
XYZ 38.37 31.53 8.62 -
YUV 149.16 78.82 178.53 -
System Red Green Blue C M Y K H S L
Decimal 220 130 62 0 0.41 0.72 0.14 25.82 0.69 0.55
Hex DC 82 3E 0 29 48 E 1A 45 37
Octal 334 202 76 0 51 110 16 32 105 67
Binary 11011100 10000010 111110 0 101001 1001000 1110 11010 1000101 110111

Color Harmonies of #DC823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC823E

Black with #DC823E

Text Example


Text Example

White with #DC823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC823E; }

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

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

background-color css

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

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

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

border-color css

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

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

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