Html Css Color HEX #DD8904 Tangerine

📋 copy color: '#DD8904'

red 221 ◦ green 137 ◦ blue 4

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

Shades of Tangerine #DD8904

Tints of Tangerine #DD8904

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

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

R = 61.05%
G = 37.85%
B = 1.1%

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

#DD8904 (or 0xDD8904) is known color: Tangerine. HEX triplet: DD, 89 and 04. RGB value is (221,137,4). Sum of RGB (Red+Green+Blue) = 221+137+4=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8904 is #2276FB. Grayscale: #939393. Windows color (decimal): -2258684 or 297437. OLE color: 297437.

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

Color convert

RGB 221 137 4 -
CMYK 0 0.38 0.98 0.13
HSL 36.77º 0.96% 0.44% -
HSV(B) 36.77º 0.98% 0.87% -
XYZ 38.79 33.27 4.49 -
YUV 146.95 47.33 180.81 -
System Red Green Blue C M Y K H S L
Decimal 221 137 4 0 0.38 0.98 0.13 36.77 0.96 0.44
Hex DD 89 4 0 26 62 D 25 60 2C
Octal 335 211 4 0 46 142 15 45 140 54
Binary 11011101 10001001 100 0 100110 1100010 1101 100101 1100000 101100

Color Harmonies of #DD8904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8904

Black with #DD8904

Text Example


Text Example

White with #DD8904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8904; }

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

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

background-color css

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

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

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

border-color css

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

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

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