#dd840c

Color #DD840C Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine #DD840C

Tints of Tangerine #DD840C

Color information

#DD840C (or 0xDD840C) is unknown color: approx Tangerine. HEX triplet: DD, 84 and 0C. RGB value is (221,132,12). Sum of RGB (Red+Green+Blue) = 221+132+12=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD840C is #227BF3. Grayscale: #919191. Windows color (decimal): -2259956 or 820445. OLE color: 820445.

HSL color Cylindrical-coordinate representation of color #DD840C: hue angle of 34.45º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD840C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB22113212-
CMYK00.400.950.13
HSL34.45º89.7%45.69%-
HSV(B)34.45º94.57%86.67%-
XYZ38.1431.94.5-
YUV144.9352.99182.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.55%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 12 (5.08% from 255) = 3.29%
R=60.55%
G=36.16%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211321200.400.950.1334.4589.745.69
HexDD84C0285FD225a2e
Octal33520414050137154213256
Binary110111011000010011000101000101111111011000101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd840c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd840c; }

 p { color: rgb(221,132,12); }

 H1.HeaderClassName
 {
   color: #dd840c;
 }
 .AnyTagClassName
 {
   color: #dd840c;
 }
</style>
background-color css

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

 a { background-color: rgb(221,132,12); }

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

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

 span { border-color: rgb(221,132,12); }

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