Html Css Color HEX #DD833D Tree Poppy

📋 copy color: '#DD833D'

red 221 ◦ green 131 ◦ blue 61

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

Shades of Tree Poppy #DD833D

Tints of Tree Poppy #DD833D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.72%

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

R = 53.51%
G = 31.72%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD833D (or 0xDD833D) is known color: Tree Poppy. HEX triplet: DD, 83 and 3D. RGB value is (221,131,61). Sum of RGB (Red+Green+Blue) = 221+131+61=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD833D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD833D is #227CC2. Grayscale: #969696. Windows color (decimal): -2260163 or 4031453. OLE color: 4031453.

HSL color Cylindrical-coordinate representation of color #DD833D: hue angle of 26.25º 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 #DD833D is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 61 -
CMYK 0 0.41 0.72 0.13
HSL 26.25º 0.7% 0.55% -
HSV(B) 26.25º 0.72% 0.87% -
XYZ 38.78 31.94 8.54 -
YUV 149.93 77.82 178.69 -
System Red Green Blue C M Y K H S L
Decimal 221 131 61 0 0.41 0.72 0.13 26.25 0.7 0.55
Hex DD 83 3D 0 29 48 D 1A 46 37
Octal 335 203 75 0 51 110 15 32 106 67
Binary 11011101 10000011 111101 0 101001 1001000 1101 11010 1000110 110111

Color Harmonies of #DD833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD833D

Black with #DD833D

Text Example


Text Example

White with #DD833D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD833D; }

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

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

background-color css

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

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

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

border-color css

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

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

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