Html Css Color HEX #DC4502 Tenne (Tawny)

📋 copy color: '#DC4502'

red 220 ◦ green 69 ◦ blue 2

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

Shades of Tenne (Tawny) #DC4502

Tints of Tenne (Tawny) #DC4502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.71%

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

R = 75.6%
G = 23.71%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC4502 (or 0xDC4502) is known color: Tenne (Tawny). HEX triplet: DC, 45 and 02. RGB value is (220,69,2). Sum of RGB (Red+Green+Blue) = 220+69+2=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4502 is #23BAFD. Grayscale: #6A6A6A. Windows color (decimal): -2341630 or 148956. OLE color: 148956.

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

Color convert

RGB 220 69 2 -
CMYK 0 0.69 0.99 0.14
HSL 18.44º 0.98% 0.44% -
HSV(B) 18.44º 0.99% 0.86% -
XYZ 31.65 19.48 2.15 -
YUV 106.51 69.03 208.95 -
System Red Green Blue C M Y K H S L
Decimal 220 69 2 0 0.69 0.99 0.14 18.44 0.98 0.44
Hex DC 45 2 0 45 63 E 12 62 2C
Octal 334 105 2 0 105 143 16 22 142 54
Binary 11011100 1000101 10 0 1000101 1100011 1110 10010 1100010 101100

Color Harmonies of #DC4502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4502

Black with #DC4502

Text Example


Text Example

White with #DC4502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4502; }

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

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

background-color css

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

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

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

border-color css

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

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

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