Html Css Color HEX #DD8607 Tangerine

📋 copy color: '#DD8607'

red 221 ◦ green 134 ◦ blue 7

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

Shades of Tangerine #DD8607

Tints of Tangerine #DD8607

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.02%

 BLUE value IS 7 (3.13% from 255) = 1.93%

R = 61.05%
G = 37.02%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD8607 (or 0xDD8607) is known color: Tangerine. HEX triplet: DD, 86 and 07. RGB value is (221,134,7). Sum of RGB (Red+Green+Blue) = 221+134+7=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8607 is #2279F8. Grayscale: #929292. Windows color (decimal): -2259449 or 493277. OLE color: 493277.

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

Color convert

RGB 221 134 7 -
CMYK 0 0.39 0.97 0.13
HSL 35.61º 0.94% 0.45% -
HSV(B) 35.61º 0.97% 0.87% -
XYZ 38.38 32.44 4.44 -
YUV 145.54 49.82 181.83 -
System Red Green Blue C M Y K H S L
Decimal 221 134 7 0 0.39 0.97 0.13 35.61 0.94 0.45
Hex DD 86 7 0 27 61 D 24 5E 2D
Octal 335 206 7 0 47 141 15 44 136 55
Binary 11011101 10000110 111 0 100111 1100001 1101 100100 1011110 101101

Color Harmonies of #DD8607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8607

Black with #DD8607

Text Example


Text Example

White with #DD8607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8607; }

 p { color: rgb(221,134,7); }

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

background-color css

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

 a { background-color: rgb(221,134,7); }

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

border-color css

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

 span { border-color: rgb(221,134,7); }

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