Html Css Color HEX #DC823B Tree Poppy

📋 copy color: '#DC823B'

red 220 ◦ green 130 ◦ blue 59

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

Shades of Tree Poppy #DC823B

Tints of Tree Poppy #DC823B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.43%

R = 53.79%
G = 31.78%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC823B (or 0xDC823B) is known color: Tree Poppy. HEX triplet: DC, 82 and 3B. RGB value is (220,130,59). Sum of RGB (Red+Green+Blue) = 220+130+59=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC823B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC823B is #237DC4. Grayscale: #959595. Windows color (decimal): -2325957 or 3900124. OLE color: 3900124.

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

Color convert

RGB 220 130 59 -
CMYK 0 0.41 0.73 0.14
HSL 26.46º 0.7% 0.55% -
HSV(B) 26.46º 0.73% 0.86% -
XYZ 38.29 31.5 8.2 -
YUV 148.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 220 130 59 0 0.41 0.73 0.14 26.46 0.7 0.55
Hex DC 82 3B 0 29 49 E 1A 46 37
Octal 334 202 73 0 51 111 16 32 106 67
Binary 11011100 10000010 111011 0 101001 1001001 1110 11010 1000110 110111

Color Harmonies of #DC823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC823B

Black with #DC823B

Text Example


Text Example

White with #DC823B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC823B; }

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

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

background-color css

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

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

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

border-color css

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

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

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