Html Css Color HEX #DC530A Tenne (Tawny)

📋 copy color: '#DC530A'

red 220 ◦ green 83 ◦ blue 10

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

Shades of Tenne (Tawny) #DC530A

Tints of Tenne (Tawny) #DC530A

RGB

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

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

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

R = 70.29%
G = 26.52%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC530A (or 0xDC530A) is known color: Tenne (Tawny). HEX triplet: DC, 53 and 0A. RGB value is (220,83,10). Sum of RGB (Red+Green+Blue) = 220+83+10=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC530A is #23ACF5. Grayscale: #747474. Windows color (decimal): -2338038 or 676828. OLE color: 676828.

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

Color convert

RGB 220 83 10 -
CMYK 0 0.62 0.95 0.14
HSL 20.86º 0.91% 0.45% -
HSV(B) 20.86º 0.95% 0.86% -
XYZ 32.66 21.42 2.7 -
YUV 115.64 68.39 202.44 -
System Red Green Blue C M Y K H S L
Decimal 220 83 10 0 0.62 0.95 0.14 20.86 0.91 0.45
Hex DC 53 A 0 3E 5F E 15 5B 2D
Octal 334 123 12 0 76 137 16 25 133 55
Binary 11011100 1010011 1010 0 111110 1011111 1110 10101 1011011 101101

Color Harmonies of #DC530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC530A

Black with #DC530A

Text Example


Text Example

White with #DC530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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