Html Css Color HEX #DD8508 Tangerine

📋 copy color: '#DD8508'

red 221 ◦ green 133 ◦ blue 8

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

Shades of Tangerine #DD8508

Tints of Tangerine #DD8508

RGB

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

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

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

R = 61.05%
G = 36.74%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD8508 (or 0xDD8508) is known color: Tangerine. HEX triplet: DD, 85 and 08. RGB value is (221,133,8). Sum of RGB (Red+Green+Blue) = 221+133+8=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8508 is #227AF7. Grayscale: #919191. Windows color (decimal): -2259704 or 558557. OLE color: 558557.

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

Color convert

RGB 221 133 8 -
CMYK 0 0.40 0.96 0.13
HSL 35.21º 0.93% 0.45% -
HSV(B) 35.21º 0.96% 0.87% -
XYZ 38.25 32.16 4.42 -
YUV 145.06 50.65 182.16 -
System Red Green Blue C M Y K H S L
Decimal 221 133 8 0 0.40 0.96 0.13 35.21 0.93 0.45
Hex DD 85 8 0 28 60 D 23 5D 2D
Octal 335 205 10 0 50 140 15 43 135 55
Binary 11011101 10000101 1000 0 101000 1100000 1101 100011 1011101 101101

Color Harmonies of #DD8508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8508

Black with #DD8508

Text Example


Text Example

White with #DD8508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8508; }

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

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

background-color css

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

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

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

border-color css

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

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

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