Html Css Color HEX #DD823F Tree Poppy

📋 copy color: '#DD823F'

red 221 ◦ green 130 ◦ blue 63

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

Shades of Tree Poppy #DD823F

Tints of Tree Poppy #DD823F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.22%

R = 53.38%
G = 31.4%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD823F (or 0xDD823F) is known color: Tree Poppy. HEX triplet: DD, 82 and 3F. RGB value is (221,130,63). Sum of RGB (Red+Green+Blue) = 221+130+63=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD823F is #227DC0. Grayscale: #959595. Windows color (decimal): -2260417 or 4162269. OLE color: 4162269.

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

Color convert

RGB 221 130 63 -
CMYK 0 0.41 0.71 0.13
HSL 25.44º 0.7% 0.56% -
HSV(B) 25.44º 0.71% 0.87% -
XYZ 38.7 31.7 8.78 -
YUV 149.57 79.15 178.95 -
System Red Green Blue C M Y K H S L
Decimal 221 130 63 0 0.41 0.71 0.13 25.44 0.7 0.56
Hex DD 82 3F 0 29 47 D 19 46 38
Octal 335 202 77 0 51 107 15 31 106 70
Binary 11011101 10000010 111111 0 101001 1000111 1101 11001 1000110 111000

Color Harmonies of #DD823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD823F

Black with #DD823F

Text Example


Text Example

White with #DD823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD823F; }

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

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

background-color css

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

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

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

border-color css

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

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

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