Html Css Color HEX #DC5902 Tenne (Tawny)

📋 copy color: '#DC5902'

red 220 ◦ green 89 ◦ blue 2

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

Shades of Tenne (Tawny) #DC5902

Tints of Tenne (Tawny) #DC5902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 70.74%
G = 28.62%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC5902 (or 0xDC5902) is known color: Tenne (Tawny). HEX triplet: DC, 59 and 02. RGB value is (220,89,2). Sum of RGB (Red+Green+Blue) = 220+89+2=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5902 is #23A6FD. Grayscale: #767676. Windows color (decimal): -2336510 or 154076. OLE color: 154076.

HSL color Cylindrical-coordinate representation of color #DC5902: hue angle of 23.94º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC5902 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 2 -
CMYK 0 0.60 0.99 0.14
HSL 23.94º 0.98% 0.44% -
HSV(B) 23.94º 0.99% 0.86% -
XYZ 33.1 22.36 2.63 -
YUV 118.25 62.4 200.57 -
System Red Green Blue C M Y K H S L
Decimal 220 89 2 0 0.60 0.99 0.14 23.94 0.98 0.44
Hex DC 59 2 0 3C 63 E 18 62 2C
Octal 334 131 2 0 74 143 16 30 142 54
Binary 11011100 1011001 10 0 111100 1100011 1110 11000 1100010 101100

Color Harmonies of #DC5902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5902

Black with #DC5902

Text Example


Text Example

White with #DC5902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5902; }

 p { color: rgb(220,89,2); }

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

background-color css

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

 a { background-color: rgb(220,89,2); }

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

border-color css

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

 span { border-color: rgb(220,89,2); }

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