Html Css Color HEX #D6530D Tenne (Tawny)

📋 copy color: '#D6530D'

red 214 ◦ green 83 ◦ blue 13

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

Shades of Tenne (Tawny) #D6530D

Tints of Tenne (Tawny) #D6530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.19%

R = 69.03%
G = 26.77%
B = 4.19%

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

#D6530D (or 0xD6530D) is known color: Tenne (Tawny). HEX triplet: D6, 53 and 0D. RGB value is (214,83,13). Sum of RGB (Red+Green+Blue) = 214+83+13=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D6530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6530D is #29ACF2. Grayscale: #727272. Windows color (decimal): -2731251 or 873430. OLE color: 873430.

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

Color convert

RGB 214 83 13 -
CMYK 0 0.61 0.94 0.16
HSL 20.9º 0.89% 0.45% -
HSV(B) 20.9º 0.94% 0.84% -
XYZ 30.9 20.51 2.71 -
YUV 114.19 70.9 199.19 -
System Red Green Blue C M Y K H S L
Decimal 214 83 13 0 0.61 0.94 0.16 20.9 0.89 0.45
Hex D6 53 D 0 3D 5E 10 15 59 2D
Octal 326 123 15 0 75 136 20 25 131 55
Binary 11010110 1010011 1101 0 111101 1011110 10000 10101 1011001 101101

Color Harmonies of #D6530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6530D

Black with #D6530D

Text Example


Text Example

White with #D6530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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