Html Css Color HEX #DD8506 Tangerine

📋 copy color: '#DD8506'

red 221 ◦ green 133 ◦ blue 6

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

Shades of Tangerine #DD8506

Tints of Tangerine #DD8506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.67%

R = 61.39%
G = 36.94%
B = 1.67%

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

#DD8506 (or 0xDD8506) is known color: Tangerine. HEX triplet: DD, 85 and 06. RGB value is (221,133,6). Sum of RGB (Red+Green+Blue) = 221+133+6=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8506 is #227AF9. Grayscale: #919191. Windows color (decimal): -2259706 or 427485. OLE color: 427485.

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

Color convert

RGB 221 133 6 -
CMYK 0 0.40 0.97 0.13
HSL 35.44º 0.95% 0.45% -
HSV(B) 35.44º 0.97% 0.87% -
XYZ 38.24 32.16 4.36 -
YUV 144.83 49.65 182.33 -
System Red Green Blue C M Y K H S L
Decimal 221 133 6 0 0.40 0.97 0.13 35.44 0.95 0.45
Hex DD 85 6 0 28 61 D 23 5F 2D
Octal 335 205 6 0 50 141 15 43 137 55
Binary 11011101 10000101 110 0 101000 1100001 1101 100011 1011111 101101

Color Harmonies of #DD8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8506

Black with #DD8506

Text Example


Text Example

White with #DD8506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8506; }

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

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

background-color css

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

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

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

border-color css

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

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

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