Html Css Color HEX #DC610A Tenne (Tawny)

📋 copy color: '#DC610A'

red 220 ◦ green 97 ◦ blue 10

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

Shades of Tenne (Tawny) #DC610A

Tints of Tenne (Tawny) #DC610A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.06%

R = 67.28%
G = 29.66%
B = 3.06%

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

#DC610A (or 0xDC610A) is known color: Tenne (Tawny). HEX triplet: DC, 61 and 0A. RGB value is (220,97,10). Sum of RGB (Red+Green+Blue) = 220+97+10=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC610A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC610A is #239EF5. Grayscale: #7C7C7C. Windows color (decimal): -2334454 or 680412. OLE color: 680412.

HSL color Cylindrical-coordinate representation of color #DC610A: hue angle of 24.86º degrees, saturation: 0.91, 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 #DC610A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 97 10 -
CMYK 0 0.56 0.95 0.14
HSL 24.86º 0.91% 0.45% -
HSV(B) 24.86º 0.95% 0.86% -
XYZ 33.84 23.79 3.09 -
YUV 123.86 63.75 196.57 -
System Red Green Blue C M Y K H S L
Decimal 220 97 10 0 0.56 0.95 0.14 24.86 0.91 0.45
Hex DC 61 A 0 38 5F E 19 5B 2D
Octal 334 141 12 0 70 137 16 31 133 55
Binary 11011100 1100001 1010 0 111000 1011111 1110 11001 1011011 101101

Color Harmonies of #DC610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC610A

Black with #DC610A

Text Example


Text Example

White with #DC610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC610A; }

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

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

background-color css

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

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

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

border-color css

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

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

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