Html Css Color HEX #DC8409 Tangerine

📋 copy color: '#DC8409'

red 220 ◦ green 132 ◦ blue 9

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

Shades of Tangerine #DC8409

Tints of Tangerine #DC8409

RGB

 RED value IS 220 (86.33% from 255) = 60.94%

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

 BLUE value IS 9 (3.91% from 255) = 2.49%

R = 60.94%
G = 36.57%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC8409 (or 0xDC8409) is known color: Tangerine. HEX triplet: DC, 84 and 09. RGB value is (220,132,9). Sum of RGB (Red+Green+Blue) = 220+132+9=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8409 is #237BF6. Grayscale: #909090. Windows color (decimal): -2325495 or 623836. OLE color: 623836.

HSL color Cylindrical-coordinate representation of color #DC8409: hue angle of 34.98º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC8409 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 132 9 -
CMYK 0 0.40 0.96 0.14
HSL 34.98º 0.92% 0.45% -
HSV(B) 34.98º 0.96% 0.86% -
XYZ 37.82 31.74 4.39 -
YUV 144.29 51.65 182 -
System Red Green Blue C M Y K H S L
Decimal 220 132 9 0 0.40 0.96 0.14 34.98 0.92 0.45
Hex DC 84 9 0 28 60 E 23 5C 2D
Octal 334 204 11 0 50 140 16 43 134 55
Binary 11011100 10000100 1001 0 101000 1100000 1110 100011 1011100 101101

Color Harmonies of #DC8409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8409

Black with #DC8409

Text Example


Text Example

White with #DC8409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8409; }

 p { color: rgb(220,132,9); }

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

background-color css

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

 a { background-color: rgb(220,132,9); }

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

border-color css

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

 span { border-color: rgb(220,132,9); }

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