Html Css Color HEX #DD8404 Tangerine

📋 copy color: '#DD8404'

red 221 ◦ green 132 ◦ blue 4

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

Shades of Tangerine #DD8404

Tints of Tangerine #DD8404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.97%

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

R = 61.9%
G = 36.97%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD8404 (or 0xDD8404) is known color: Tangerine. HEX triplet: DD, 84 and 04. RGB value is (221,132,4). Sum of RGB (Red+Green+Blue) = 221+132+4=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8404 is #227BFB. Grayscale: #909090. Windows color (decimal): -2259964 or 296157. OLE color: 296157.

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

Color convert

RGB 221 132 4 -
CMYK 0 0.40 0.98 0.13
HSL 35.39º 0.96% 0.44% -
HSV(B) 35.39º 0.98% 0.87% -
XYZ 38.09 31.88 4.26 -
YUV 144.02 48.99 182.91 -
System Red Green Blue C M Y K H S L
Decimal 221 132 4 0 0.40 0.98 0.13 35.39 0.96 0.44
Hex DD 84 4 0 28 62 D 23 60 2C
Octal 335 204 4 0 50 142 15 43 140 54
Binary 11011101 10000100 100 0 101000 1100010 1101 100011 1100000 101100

Color Harmonies of #DD8404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8404

Black with #DD8404

Text Example


Text Example

White with #DD8404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8404; }

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

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

background-color css

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

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

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

border-color css

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

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

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