Html Css Color HEX #DD8805 Tangerine

📋 copy color: '#DD8805'

red 221 ◦ green 136 ◦ blue 5

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

Shades of Tangerine #DD8805

Tints of Tangerine #DD8805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.38%

R = 61.05%
G = 37.57%
B = 1.38%

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

#DD8805 (or 0xDD8805) is known color: Tangerine. HEX triplet: DD, 88 and 05. RGB value is (221,136,5). Sum of RGB (Red+Green+Blue) = 221+136+5=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8805 is #2277FA. Grayscale: #939393. Windows color (decimal): -2258939 or 362717. OLE color: 362717.

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

Color convert

RGB 221 136 5 -
CMYK 0 0.38 0.98 0.13
HSL 36.39º 0.96% 0.44% -
HSV(B) 36.39º 0.98% 0.87% -
XYZ 38.65 32.99 4.47 -
YUV 146.48 48.16 181.15 -
System Red Green Blue C M Y K H S L
Decimal 221 136 5 0 0.38 0.98 0.13 36.39 0.96 0.44
Hex DD 88 5 0 26 62 D 24 60 2C
Octal 335 210 5 0 46 142 15 44 140 54
Binary 11011101 10001000 101 0 100110 1100010 1101 100100 1100000 101100

Color Harmonies of #DD8805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8805

Black with #DD8805

Text Example


Text Example

White with #DD8805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8805; }

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

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

background-color css

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

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

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

border-color css

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

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

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