Html Css Color HEX #D2520C Tenne (Tawny)

📋 copy color: '#D2520C'

red 210 ◦ green 82 ◦ blue 12

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

Shades of Tenne (Tawny) #D2520C

Tints of Tenne (Tawny) #D2520C

RGB

 RED value IS 210 (82.42% from 255) = 69.08%

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 69.08%
G = 26.97%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2520C (or 0xD2520C) is known color: Tenne (Tawny). HEX triplet: D2, 52 and 0C. RGB value is (210,82,12). Sum of RGB (Red+Green+Blue) = 210+82+12=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2520C is #2DADF3. Grayscale: #707070. Windows color (decimal): -2993652 or 807634. OLE color: 807634.

HSL color Cylindrical-coordinate representation of color #D2520C: hue angle of 21.21º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2520C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 82 12 -
CMYK 0 0.61 0.94 0.18
HSL 21.21º 0.89% 0.44% -
HSV(B) 21.21º 0.94% 0.82% -
XYZ 29.66 19.76 2.6 -
YUV 112.29 71.41 197.69 -
System Red Green Blue C M Y K H S L
Decimal 210 82 12 0 0.61 0.94 0.18 21.21 0.89 0.44
Hex D2 52 C 0 3D 5E 12 15 59 2C
Octal 322 122 14 0 75 136 22 25 131 54
Binary 11010010 1010010 1100 0 111101 1011110 10010 10101 1011001 101100

Color Harmonies of #D2520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2520C

Black with #D2520C

Text Example


Text Example

White with #D2520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2520C; }

 p { color: rgb(210,82,12); }

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

background-color css

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

 a { background-color: rgb(210,82,12); }

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

border-color css

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

 span { border-color: rgb(210,82,12); }

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