Html Css Color HEX #DD8802 Tangerine

📋 copy color: '#DD8802'

red 221 ◦ green 136 ◦ blue 2

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

Shades of Tangerine #DD8802

Tints of Tangerine #DD8802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 61.56%
G = 37.88%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD8802 (or 0xDD8802) is known color: Tangerine. HEX triplet: DD, 88 and 02. RGB value is (221,136,2). Sum of RGB (Red+Green+Blue) = 221+136+2=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8802 is #2277FD. Grayscale: #929292. Windows color (decimal): -2258942 or 166109. OLE color: 166109.

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

Color convert

RGB 221 136 2 -
CMYK 0 0.38 0.99 0.13
HSL 36.71º 0.98% 0.44% -
HSV(B) 36.71º 0.99% 0.87% -
XYZ 38.63 32.98 4.39 -
YUV 146.14 46.66 181.4 -
System Red Green Blue C M Y K H S L
Decimal 221 136 2 0 0.38 0.99 0.13 36.71 0.98 0.44
Hex DD 88 2 0 26 63 D 25 62 2C
Octal 335 210 2 0 46 143 15 45 142 54
Binary 11011101 10001000 10 0 100110 1100011 1101 100101 1100010 101100

Color Harmonies of #DD8802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8802

Black with #DD8802

Text Example


Text Example

White with #DD8802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8802; }

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

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

background-color css

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

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

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

border-color css

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

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

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