Html Css Color HEX #DD813D Tree Poppy

📋 copy color: '#DD813D'

red 221 ◦ green 129 ◦ blue 61

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

Shades of Tree Poppy #DD813D

Tints of Tree Poppy #DD813D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.39%

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 53.77%
G = 31.39%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD813D (or 0xDD813D) is known color: Tree Poppy. HEX triplet: DD, 81 and 3D. RGB value is (221,129,61). Sum of RGB (Red+Green+Blue) = 221+129+61=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD813D is #227EC2. Grayscale: #959595. Windows color (decimal): -2260675 or 4030941. OLE color: 4030941.

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

Color convert

RGB 221 129 61 -
CMYK 0 0.42 0.72 0.13
HSL 25.5º 0.7% 0.55% -
HSV(B) 25.5º 0.72% 0.87% -
XYZ 38.51 31.41 8.45 -
YUV 148.76 78.48 179.53 -
System Red Green Blue C M Y K H S L
Decimal 221 129 61 0 0.42 0.72 0.13 25.5 0.7 0.55
Hex DD 81 3D 0 2A 48 D 1A 46 37
Octal 335 201 75 0 52 110 15 32 106 67
Binary 11011101 10000001 111101 0 101010 1001000 1101 11010 1000110 110111

Color Harmonies of #DD813D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD813D

Black with #DD813D

Text Example


Text Example

White with #DD813D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD813D; }

 p { color: rgb(221,129,61); }

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

background-color css

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

 a { background-color: rgb(221,129,61); }

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

border-color css

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

 span { border-color: rgb(221,129,61); }

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