Html Css Color HEX #DC832F Tree Poppy

📋 copy color: '#DC832F'

red 220 ◦ green 131 ◦ blue 47

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

Shades of Tree Poppy #DC832F

Tints of Tree Poppy #DC832F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

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

R = 55.28%
G = 32.91%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC832F (or 0xDC832F) is known color: Tree Poppy. HEX triplet: DC, 83 and 2F. RGB value is (220,131,47). Sum of RGB (Red+Green+Blue) = 220+131+47=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC832F is #237CD0. Grayscale: #949494. Windows color (decimal): -2325713 or 3113948. OLE color: 3113948.

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

Color convert

RGB 220 131 47 -
CMYK 0 0.40 0.79 0.14
HSL 29.13º 0.71% 0.52% -
HSV(B) 29.13º 0.79% 0.86% -
XYZ 38.14 31.65 6.79 -
YUV 148.04 70.99 179.33 -
System Red Green Blue C M Y K H S L
Decimal 220 131 47 0 0.40 0.79 0.14 29.13 0.71 0.52
Hex DC 83 2F 0 28 4F E 1D 47 34
Octal 334 203 57 0 50 117 16 35 107 64
Binary 11011100 10000011 101111 0 101000 1001111 1110 11101 1000111 110100

Color Harmonies of #DC832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC832F

Black with #DC832F

Text Example


Text Example

White with #DC832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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