Html Css Color HEX #DD840A Tangerine

📋 copy color: '#DD840A'

red 221 ◦ green 132 ◦ blue 10

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

Shades of Tangerine #DD840A

Tints of Tangerine #DD840A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 60.88%
G = 36.36%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD840A (or 0xDD840A) is known color: Tangerine. HEX triplet: DD, 84 and 0A. RGB value is (221,132,10). Sum of RGB (Red+Green+Blue) = 221+132+10=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD840A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD840A is #227BF5. Grayscale: #919191. Windows color (decimal): -2259958 or 689373. OLE color: 689373.

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

Color convert

RGB 221 132 10 -
CMYK 0 0.40 0.95 0.13
HSL 34.69º 0.91% 0.45% -
HSV(B) 34.69º 0.95% 0.87% -
XYZ 38.12 31.9 4.43 -
YUV 144.7 51.99 182.42 -
System Red Green Blue C M Y K H S L
Decimal 221 132 10 0 0.40 0.95 0.13 34.69 0.91 0.45
Hex DD 84 A 0 28 5F D 23 5B 2D
Octal 335 204 12 0 50 137 15 43 133 55
Binary 11011101 10000100 1010 0 101000 1011111 1101 100011 1011011 101101

Color Harmonies of #DD840A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD840A

Black with #DD840A

Text Example


Text Example

White with #DD840A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD840A; }

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

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

background-color css

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

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

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

border-color css

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

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

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