Html Css Color HEX #DC813F Tree Poppy

📋 copy color: '#DC813F'

red 220 ◦ green 129 ◦ blue 63

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

Shades of Tree Poppy #DC813F

Tints of Tree Poppy #DC813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.31%

 BLUE value IS 63 (25% from 255) = 15.29%

R = 53.4%
G = 31.31%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC813F (or 0xDC813F) is known color: Tree Poppy. HEX triplet: DC, 81 and 3F. RGB value is (220,129,63). Sum of RGB (Red+Green+Blue) = 220+129+63=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC813F is #237EC0. Grayscale: #959595. Windows color (decimal): -2326209 or 4162012. OLE color: 4162012.

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

Color convert

RGB 220 129 63 -
CMYK 0 0.41 0.71 0.14
HSL 25.22º 0.69% 0.55% -
HSV(B) 25.22º 0.71% 0.86% -
XYZ 38.26 31.28 8.72 -
YUV 148.69 79.65 178.87 -
System Red Green Blue C M Y K H S L
Decimal 220 129 63 0 0.41 0.71 0.14 25.22 0.69 0.55
Hex DC 81 3F 0 29 47 E 19 45 37
Octal 334 201 77 0 51 107 16 31 105 67
Binary 11011100 10000001 111111 0 101001 1000111 1110 11001 1000101 110111

Color Harmonies of #DC813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC813F

Black with #DC813F

Text Example


Text Example

White with #DC813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC813F; }

 p { color: rgb(220,129,63); }

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

background-color css

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

 a { background-color: rgb(220,129,63); }

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

border-color css

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

 span { border-color: rgb(220,129,63); }

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