Html Css Color HEX #DC4D02 Tenne (Tawny)

📋 copy color: '#DC4D02'

red 220 ◦ green 77 ◦ blue 2

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

Shades of Tenne (Tawny) #DC4D02

Tints of Tenne (Tawny) #DC4D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.75%

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

R = 73.58%
G = 25.75%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC4D02 (or 0xDC4D02) is known color: Tenne (Tawny). HEX triplet: DC, 4D and 02. RGB value is (220,77,2). Sum of RGB (Red+Green+Blue) = 220+77+2=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4D02 is #23B2FD. Grayscale: #6F6F6F. Windows color (decimal): -2339582 or 151004. OLE color: 151004.

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

Color convert

RGB 220 77 2 -
CMYK 0 0.65 0.99 0.14
HSL 20.64º 0.98% 0.44% -
HSV(B) 20.64º 0.99% 0.86% -
XYZ 32.18 20.53 2.32 -
YUV 111.21 66.38 205.6 -
System Red Green Blue C M Y K H S L
Decimal 220 77 2 0 0.65 0.99 0.14 20.64 0.98 0.44
Hex DC 4D 2 0 41 63 E 15 62 2C
Octal 334 115 2 0 101 143 16 25 142 54
Binary 11011100 1001101 10 0 1000001 1100011 1110 10101 1100010 101100

Color Harmonies of #DC4D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D02

Black with #DC4D02

Text Example


Text Example

White with #DC4D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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