Html Css Color HEX #D6530A Tenne (Tawny)

📋 copy color: '#D6530A'

red 214 ◦ green 83 ◦ blue 10

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

Shades of Tenne (Tawny) #D6530A

Tints of Tenne (Tawny) #D6530A

RGB

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

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

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

R = 69.71%
G = 27.04%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6530A (or 0xD6530A) is known color: Tenne (Tawny). HEX triplet: D6, 53 and 0A. RGB value is (214,83,10). Sum of RGB (Red+Green+Blue) = 214+83+10=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D6530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6530A is #29ACF5. Grayscale: #727272. Windows color (decimal): -2731254 or 676822. OLE color: 676822.

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

Color convert

RGB 214 83 10 -
CMYK 0 0.61 0.95 0.16
HSL 21.47º 0.91% 0.44% -
HSV(B) 21.47º 0.95% 0.84% -
XYZ 30.88 20.5 2.62 -
YUV 113.85 69.4 199.44 -
System Red Green Blue C M Y K H S L
Decimal 214 83 10 0 0.61 0.95 0.16 21.47 0.91 0.44
Hex D6 53 A 0 3D 5F 10 15 5B 2C
Octal 326 123 12 0 75 137 20 25 133 54
Binary 11010110 1010011 1010 0 111101 1011111 10000 10101 1011011 101100

Color Harmonies of #D6530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6530A

Black with #D6530A

Text Example


Text Example

White with #D6530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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