Html Css Color HEX #DD823C Tree Poppy

📋 copy color: '#DD823C'

red 221 ◦ green 130 ◦ blue 60

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

Shades of Tree Poppy #DD823C

Tints of Tree Poppy #DD823C

RGB

 RED value IS 221 (86.72% from 255) = 53.77%

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

 BLUE value IS 60 (23.83% from 255) = 14.6%

R = 53.77%
G = 31.63%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD823C (or 0xDD823C) is known color: Tree Poppy. HEX triplet: DD, 82 and 3C. RGB value is (221,130,60). Sum of RGB (Red+Green+Blue) = 221+130+60=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD823C is #227DC3. Grayscale: #959595. Windows color (decimal): -2260420 or 3965661. OLE color: 3965661.

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

Color convert

RGB 221 130 60 -
CMYK 0 0.41 0.73 0.13
HSL 26.09º 0.7% 0.55% -
HSV(B) 26.09º 0.73% 0.87% -
XYZ 38.62 31.66 8.35 -
YUV 149.23 77.65 179.19 -
System Red Green Blue C M Y K H S L
Decimal 221 130 60 0 0.41 0.73 0.13 26.09 0.7 0.55
Hex DD 82 3C 0 29 49 D 1A 46 37
Octal 335 202 74 0 51 111 15 32 106 67
Binary 11011101 10000010 111100 0 101001 1001001 1101 11010 1000110 110111

Color Harmonies of #DD823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD823C

Black with #DD823C

Text Example


Text Example

White with #DD823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD823C; }

 p { color: rgb(221,130,60); }

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

background-color css

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

 a { background-color: rgb(221,130,60); }

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

border-color css

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

 span { border-color: rgb(221,130,60); }

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