Html Css Color HEX #DD823A Tree Poppy

📋 copy color: '#DD823A'

red 221 ◦ green 130 ◦ blue 58

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

Shades of Tree Poppy #DD823A

Tints of Tree Poppy #DD823A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.18%

R = 54.03%
G = 31.78%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD823A (or 0xDD823A) is known color: Tree Poppy. HEX triplet: DD, 82 and 3A. RGB value is (221,130,58). Sum of RGB (Red+Green+Blue) = 221+130+58=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD823A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD823A is #227DC5. Grayscale: #959595. Windows color (decimal): -2260422 or 3834589. OLE color: 3834589.

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

Color convert

RGB 221 130 58 -
CMYK 0 0.41 0.74 0.13
HSL 26.5º 0.71% 0.55% -
HSV(B) 26.5º 0.74% 0.87% -
XYZ 38.57 31.64 8.08 -
YUV 149 76.65 179.35 -
System Red Green Blue C M Y K H S L
Decimal 221 130 58 0 0.41 0.74 0.13 26.5 0.71 0.55
Hex DD 82 3A 0 29 4A D 1B 47 37
Octal 335 202 72 0 51 112 15 33 107 67
Binary 11011101 10000010 111010 0 101001 1001010 1101 11011 1000111 110111

Color Harmonies of #DD823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD823A

Black with #DD823A

Text Example


Text Example

White with #DD823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD823A; }

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

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

background-color css

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

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

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

border-color css

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

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

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