Html Css Color HEX #DD8708 Tangerine

📋 copy color: '#DD8708'

red 221 ◦ green 135 ◦ blue 8

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

Shades of Tangerine #DD8708

Tints of Tangerine #DD8708

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

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

R = 60.71%
G = 37.09%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD8708 (or 0xDD8708) is known color: Tangerine. HEX triplet: DD, 87 and 08. RGB value is (221,135,8). Sum of RGB (Red+Green+Blue) = 221+135+8=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8708 is #2278F7. Grayscale: #929292. Windows color (decimal): -2259192 or 559069. OLE color: 559069.

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

Color convert

RGB 221 135 8 -
CMYK 0 0.39 0.96 0.13
HSL 35.77º 0.93% 0.45% -
HSV(B) 35.77º 0.96% 0.87% -
XYZ 38.53 32.72 4.51 -
YUV 146.24 49.99 181.33 -
System Red Green Blue C M Y K H S L
Decimal 221 135 8 0 0.39 0.96 0.13 35.77 0.93 0.45
Hex DD 87 8 0 27 60 D 24 5D 2D
Octal 335 207 10 0 47 140 15 44 135 55
Binary 11011101 10000111 1000 0 100111 1100000 1101 100100 1011101 101101

Color Harmonies of #DD8708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8708

Black with #DD8708

Text Example


Text Example

White with #DD8708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8708; }

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

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

background-color css

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

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

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

border-color css

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

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

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