Html Css Color HEX #DD8803 Tangerine

📋 copy color: '#DD8803'

red 221 ◦ green 136 ◦ blue 3

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

Shades of Tangerine #DD8803

Tints of Tangerine #DD8803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.83%

R = 61.39%
G = 37.78%
B = 0.83%

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

#DD8803 (or 0xDD8803) is known color: Tangerine. HEX triplet: DD, 88 and 03. RGB value is (221,136,3). Sum of RGB (Red+Green+Blue) = 221+136+3=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 3 (1.56% from 255 or 0.83% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8803 is #2277FC. Grayscale: #929292. Windows color (decimal): -2258941 or 231645. OLE color: 231645.

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

Color convert

RGB 221 136 3 -
CMYK 0 0.38 0.99 0.13
HSL 36.61º 0.97% 0.44% -
HSV(B) 36.61º 0.99% 0.87% -
XYZ 38.64 32.99 4.42 -
YUV 146.25 47.16 181.31 -
System Red Green Blue C M Y K H S L
Decimal 221 136 3 0 0.38 0.99 0.13 36.61 0.97 0.44
Hex DD 88 3 0 26 63 D 25 61 2C
Octal 335 210 3 0 46 143 15 45 141 54
Binary 11011101 10001000 11 0 100110 1100011 1101 100101 1100001 101100

Color Harmonies of #DD8803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8803

Black with #DD8803

Text Example


Text Example

White with #DD8803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8803; }

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

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

background-color css

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

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

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

border-color css

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

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

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