Html Css Color HEX #DC8509 Tangerine

📋 copy color: '#DC8509'

red 220 ◦ green 133 ◦ blue 9

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

Shades of Tangerine #DC8509

Tints of Tangerine #DC8509

RGB

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

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

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

R = 60.77%
G = 36.74%
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

#DC8509 (or 0xDC8509) is known color: Tangerine. HEX triplet: DC, 85 and 09. RGB value is (220,133,9). Sum of RGB (Red+Green+Blue) = 220+133+9=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8509 is #237AF6. Grayscale: #919191. Windows color (decimal): -2325239 or 624092. OLE color: 624092.

HSL color Cylindrical-coordinate representation of color #DC8509: hue angle of 35.26º 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 #DC8509 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 9 -
CMYK 0 0.40 0.96 0.14
HSL 35.26º 0.92% 0.45% -
HSV(B) 35.26º 0.96% 0.86% -
XYZ 37.95 32.01 4.44 -
YUV 144.88 51.32 181.58 -
System Red Green Blue C M Y K H S L
Decimal 220 133 9 0 0.40 0.96 0.14 35.26 0.92 0.45
Hex DC 85 9 0 28 60 E 23 5C 2D
Octal 334 205 11 0 50 140 16 43 134 55
Binary 11011100 10000101 1001 0 101000 1100000 1110 100011 1011100 101101

Color Harmonies of #DC8509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8509

Black with #DC8509

Text Example


Text Example

White with #DC8509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8509; }

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

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

background-color css

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

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

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

border-color css

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

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

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