Html Css Color HEX #DD8804 Tangerine

📋 copy color: '#DD8804'

red 221 ◦ green 136 ◦ blue 4

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

Shades of Tangerine #DD8804

Tints of Tangerine #DD8804

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 61.22%
G = 37.67%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD8804 (or 0xDD8804) is known color: Tangerine. HEX triplet: DD, 88 and 04. RGB value is (221,136,4). Sum of RGB (Red+Green+Blue) = 221+136+4=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8804 is #2277FB. Grayscale: #929292. Windows color (decimal): -2258940 or 297181. OLE color: 297181.

HSL color Cylindrical-coordinate representation of color #DD8804: hue angle of 36.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD8804 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 136 4 -
CMYK 0 0.38 0.98 0.13
HSL 36.5º 0.96% 0.44% -
HSV(B) 36.5º 0.98% 0.87% -
XYZ 38.64 32.99 4.45 -
YUV 146.37 47.66 181.23 -
System Red Green Blue C M Y K H S L
Decimal 221 136 4 0 0.38 0.98 0.13 36.5 0.96 0.44
Hex DD 88 4 0 26 62 D 24 60 2C
Octal 335 210 4 0 46 142 15 44 140 54
Binary 11011101 10001000 100 0 100110 1100010 1101 100100 1100000 101100

Color Harmonies of #DD8804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8804

Black with #DD8804

Text Example


Text Example

White with #DD8804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8804; }

 p { color: rgb(221,136,4); }

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

background-color css

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

 a { background-color: rgb(221,136,4); }

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

border-color css

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

 span { border-color: rgb(221,136,4); }

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