Html Css Color HEX #DD840D Tangerine

📋 copy color: '#DD840D'

red 221 ◦ green 132 ◦ blue 13

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

Shades of Tangerine #DD840D

Tints of Tangerine #DD840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 60.38%
G = 36.07%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD840D (or 0xDD840D) is known color: Tangerine. HEX triplet: DD, 84 and 0D. RGB value is (221,132,13). Sum of RGB (Red+Green+Blue) = 221+132+13=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD840D is #227BF2. Grayscale: #919191. Windows color (decimal): -2259955 or 885981. OLE color: 885981.

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

Color convert

RGB 221 132 13 -
CMYK 0 0.40 0.94 0.13
HSL 34.33º 0.89% 0.46% -
HSV(B) 34.33º 0.94% 0.87% -
XYZ 38.14 31.9 4.53 -
YUV 145.05 53.49 182.18 -
System Red Green Blue C M Y K H S L
Decimal 221 132 13 0 0.40 0.94 0.13 34.33 0.89 0.46
Hex DD 84 D 0 28 5E D 22 59 2E
Octal 335 204 15 0 50 136 15 42 131 56
Binary 11011101 10000100 1101 0 101000 1011110 1101 100010 1011001 101110

Color Harmonies of #DD840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD840D

Black with #DD840D

Text Example


Text Example

White with #DD840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD840D; }

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

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

background-color css

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

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

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

border-color css

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

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

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