Html Css Color HEX #D6530C Tenne (Tawny)

📋 copy color: '#D6530C'

red 214 ◦ green 83 ◦ blue 12

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

Shades of Tenne (Tawny) #D6530C

Tints of Tenne (Tawny) #D6530C

RGB

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

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

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

R = 69.26%
G = 26.86%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6530C (or 0xD6530C) is known color: Tenne (Tawny). HEX triplet: D6, 53 and 0C. RGB value is (214,83,12). Sum of RGB (Red+Green+Blue) = 214+83+12=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6530C is #29ACF3. Grayscale: #727272. Windows color (decimal): -2731252 or 807894. OLE color: 807894.

HSL color Cylindrical-coordinate representation of color #D6530C: hue angle of 21.09º 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 #D6530C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 83 12 -
CMYK 0 0.61 0.94 0.16
HSL 21.09º 0.89% 0.44% -
HSV(B) 21.09º 0.94% 0.84% -
XYZ 30.89 20.51 2.68 -
YUV 114.08 70.4 199.27 -
System Red Green Blue C M Y K H S L
Decimal 214 83 12 0 0.61 0.94 0.16 21.09 0.89 0.44
Hex D6 53 C 0 3D 5E 10 15 59 2C
Octal 326 123 14 0 75 136 20 25 131 54
Binary 11010110 1010011 1100 0 111101 1011110 10000 10101 1011001 101100

Color Harmonies of #D6530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6530C

Black with #D6530C

Text Example


Text Example

White with #D6530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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