Html Css Color HEX #DD8507 Tangerine

📋 copy color: '#DD8507'

red 221 ◦ green 133 ◦ blue 7

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

Shades of Tangerine #DD8507

Tints of Tangerine #DD8507

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

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

R = 61.22%
G = 36.84%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD8507 (or 0xDD8507) is known color: Tangerine. HEX triplet: DD, 85 and 07. RGB value is (221,133,7). Sum of RGB (Red+Green+Blue) = 221+133+7=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8507 is #227AF8. Grayscale: #919191. Windows color (decimal): -2259705 or 493021. OLE color: 493021.

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

Color convert

RGB 221 133 7 -
CMYK 0 0.40 0.97 0.13
HSL 35.33º 0.94% 0.45% -
HSV(B) 35.33º 0.97% 0.87% -
XYZ 38.24 32.16 4.39 -
YUV 144.95 50.15 182.25 -
System Red Green Blue C M Y K H S L
Decimal 221 133 7 0 0.40 0.97 0.13 35.33 0.94 0.45
Hex DD 85 7 0 28 61 D 23 5E 2D
Octal 335 205 7 0 50 141 15 43 136 55
Binary 11011101 10000101 111 0 101000 1100001 1101 100011 1011110 101101

Color Harmonies of #DD8507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8507

Black with #DD8507

Text Example


Text Example

White with #DD8507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8507; }

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

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

background-color css

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

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

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

border-color css

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

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

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