Html Css Color HEX #DC812F Tree Poppy

📋 copy color: '#DC812F'

red 220 ◦ green 129 ◦ blue 47

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

Shades of Tree Poppy #DC812F

Tints of Tree Poppy #DC812F

RGB

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

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

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

R = 55.56%
G = 32.58%
B = 11.87%

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

#DC812F (or 0xDC812F) is known color: Tree Poppy. HEX triplet: DC, 81 and 2F. RGB value is (220,129,47). Sum of RGB (Red+Green+Blue) = 220+129+47=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC812F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC812F is #237ED0. Grayscale: #939393. Windows color (decimal): -2326225 or 3113436. OLE color: 3113436.

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

Color convert

RGB 220 129 47 -
CMYK 0 0.41 0.79 0.14
HSL 28.44º 0.71% 0.52% -
HSV(B) 28.44º 0.79% 0.86% -
XYZ 37.88 31.12 6.7 -
YUV 146.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 220 129 47 0 0.41 0.79 0.14 28.44 0.71 0.52
Hex DC 81 2F 0 29 4F E 1C 47 34
Octal 334 201 57 0 51 117 16 34 107 64
Binary 11011100 10000001 101111 0 101001 1001111 1110 11100 1000111 110100

Color Harmonies of #DC812F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC812F

Black with #DC812F

Text Example


Text Example

White with #DC812F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC812F; }

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

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

background-color css

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

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

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

border-color css

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

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

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