Html Css Color HEX #DC610C Tenne (Tawny)

📋 copy color: '#DC610C'

red 220 ◦ green 97 ◦ blue 12

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

Shades of Tenne (Tawny) #DC610C

Tints of Tenne (Tawny) #DC610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 66.87%
G = 29.48%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC610C (or 0xDC610C) is known color: Tenne (Tawny). HEX triplet: DC, 61 and 0C. RGB value is (220,97,12). Sum of RGB (Red+Green+Blue) = 220+97+12=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC610C is #239EF3. Grayscale: #7C7C7C. Windows color (decimal): -2334452 or 811484. OLE color: 811484.

HSL color Cylindrical-coordinate representation of color #DC610C: hue angle of 24.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC610C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 97 12 -
CMYK 0 0.56 0.95 0.14
HSL 24.52º 0.9% 0.45% -
HSV(B) 24.52º 0.95% 0.86% -
XYZ 33.86 23.79 3.16 -
YUV 124.09 64.75 196.41 -
System Red Green Blue C M Y K H S L
Decimal 220 97 12 0 0.56 0.95 0.14 24.52 0.9 0.45
Hex DC 61 C 0 38 5F E 19 5A 2D
Octal 334 141 14 0 70 137 16 31 132 55
Binary 11011100 1100001 1100 0 111000 1011111 1110 11001 1011010 101101

Color Harmonies of #DC610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC610C

Black with #DC610C

Text Example


Text Example

White with #DC610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC610C; }

 p { color: rgb(220,97,12); }

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

background-color css

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

 a { background-color: rgb(220,97,12); }

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

border-color css

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

 span { border-color: rgb(220,97,12); }

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