Html Css Color HEX #D6520C Tenne (Tawny)

📋 copy color: '#D6520C'

red 214 ◦ green 82 ◦ blue 12

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

Shades of Tenne (Tawny) #D6520C

Tints of Tenne (Tawny) #D6520C

RGB

 RED value IS 214 (83.98% from 255) = 69.48%

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

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

R = 69.48%
G = 26.62%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6520C (or 0xD6520C) is known color: Tenne (Tawny). HEX triplet: D6, 52 and 0C. RGB value is (214,82,12). Sum of RGB (Red+Green+Blue) = 214+82+12=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6520C is #29ADF3. Grayscale: #717171. Windows color (decimal): -2731508 or 807638. OLE color: 807638.

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

Color convert

RGB 214 82 12 -
CMYK 0 0.62 0.94 0.16
HSL 20.79º 0.89% 0.44% -
HSV(B) 20.79º 0.94% 0.84% -
XYZ 30.82 20.36 2.65 -
YUV 113.49 70.73 199.69 -
System Red Green Blue C M Y K H S L
Decimal 214 82 12 0 0.62 0.94 0.16 20.79 0.89 0.44
Hex D6 52 C 0 3E 5E 10 15 59 2C
Octal 326 122 14 0 76 136 20 25 131 54
Binary 11010110 1010010 1100 0 111110 1011110 10000 10101 1011001 101100

Color Harmonies of #D6520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6520C

Black with #D6520C

Text Example


Text Example

White with #D6520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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