Html Css Color HEX #D6530B Tenne (Tawny)

📋 copy color: '#D6530B'

red 214 ◦ green 83 ◦ blue 11

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

Shades of Tenne (Tawny) #D6530B

Tints of Tenne (Tawny) #D6530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.57%

R = 69.48%
G = 26.95%
B = 3.57%

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

#D6530B (or 0xD6530B) is known color: Tenne (Tawny). HEX triplet: D6, 53 and 0B. RGB value is (214,83,11). Sum of RGB (Red+Green+Blue) = 214+83+11=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D6530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6530B is #29ACF4. Grayscale: #727272. Windows color (decimal): -2731253 or 742358. OLE color: 742358.

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

Color convert

RGB 214 83 11 -
CMYK 0 0.61 0.95 0.16
HSL 21.28º 0.9% 0.44% -
HSV(B) 21.28º 0.95% 0.84% -
XYZ 30.89 20.51 2.65 -
YUV 113.96 69.9 199.35 -
System Red Green Blue C M Y K H S L
Decimal 214 83 11 0 0.61 0.95 0.16 21.28 0.9 0.44
Hex D6 53 B 0 3D 5F 10 15 5A 2C
Octal 326 123 13 0 75 137 20 25 132 54
Binary 11010110 1010011 1011 0 111101 1011111 10000 10101 1011010 101100

Color Harmonies of #D6530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6530B

Black with #D6530B

Text Example


Text Example

White with #D6530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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