Html Css Color HEX #DD8408 Tangerine

📋 copy color: '#DD8408'

red 221 ◦ green 132 ◦ blue 8

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

Shades of Tangerine #DD8408

Tints of Tangerine #DD8408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 61.22%
G = 36.57%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD8408 (or 0xDD8408) is known color: Tangerine. HEX triplet: DD, 84 and 08. RGB value is (221,132,8). Sum of RGB (Red+Green+Blue) = 221+132+8=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8408 is #227BF7. Grayscale: #919191. Windows color (decimal): -2259960 or 558301. OLE color: 558301.

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

Color convert

RGB 221 132 8 -
CMYK 0 0.40 0.96 0.13
HSL 34.93º 0.93% 0.45% -
HSV(B) 34.93º 0.96% 0.87% -
XYZ 38.11 31.89 4.38 -
YUV 144.48 50.99 182.58 -
System Red Green Blue C M Y K H S L
Decimal 221 132 8 0 0.40 0.96 0.13 34.93 0.93 0.45
Hex DD 84 8 0 28 60 D 23 5D 2D
Octal 335 204 10 0 50 140 15 43 135 55
Binary 11011101 10000100 1000 0 101000 1100000 1101 100011 1011101 101101

Color Harmonies of #DD8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8408

Black with #DD8408

Text Example


Text Example

White with #DD8408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8408; }

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

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

background-color css

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

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

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

border-color css

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

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

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