Html Css Color HEX #DC5302 Tenne (Tawny)

📋 copy color: '#DC5302'

red 220 ◦ green 83 ◦ blue 2

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

Shades of Tenne (Tawny) #DC5302

Tints of Tenne (Tawny) #DC5302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

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

R = 72.13%
G = 27.21%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC5302 (or 0xDC5302) is known color: Tenne (Tawny). HEX triplet: DC, 53 and 02. RGB value is (220,83,2). Sum of RGB (Red+Green+Blue) = 220+83+2=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5302 is #23ACFD. Grayscale: #737373. Windows color (decimal): -2338046 or 152540. OLE color: 152540.

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

Color convert

RGB 220 83 2 -
CMYK 0 0.62 0.99 0.14
HSL 22.29º 0.98% 0.44% -
HSV(B) 22.29º 0.99% 0.86% -
XYZ 32.62 21.41 2.47 -
YUV 114.73 64.39 203.09 -
System Red Green Blue C M Y K H S L
Decimal 220 83 2 0 0.62 0.99 0.14 22.29 0.98 0.44
Hex DC 53 2 0 3E 63 E 16 62 2C
Octal 334 123 2 0 76 143 16 26 142 54
Binary 11011100 1010011 10 0 111110 1100011 1110 10110 1100010 101100

Color Harmonies of #DC5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5302

Black with #DC5302

Text Example


Text Example

White with #DC5302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5302; }

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

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

background-color css

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

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

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

border-color css

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

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

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