Html Css Color HEX #D7530A Tenne (Tawny)

📋 copy color: '#D7530A'

red 215 ◦ green 83 ◦ blue 10

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

Shades of Tenne (Tawny) #D7530A

Tints of Tenne (Tawny) #D7530A

RGB

 RED value IS 215 (84.38% from 255) = 69.81%

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

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

R = 69.81%
G = 26.95%
B = 3.25%

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

#D7530A (or 0xD7530A) is known color: Tenne (Tawny). HEX triplet: D7, 53 and 0A. RGB value is (215,83,10). Sum of RGB (Red+Green+Blue) = 215+83+10=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D7530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7530A is #28ACF5. Grayscale: #727272. Windows color (decimal): -2665718 or 676823. OLE color: 676823.

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

Color convert

RGB 215 83 10 -
CMYK 0 0.61 0.95 0.16
HSL 21.37º 0.91% 0.44% -
HSV(B) 21.37º 0.95% 0.84% -
XYZ 31.17 20.66 2.63 -
YUV 114.15 69.23 199.94 -
System Red Green Blue C M Y K H S L
Decimal 215 83 10 0 0.61 0.95 0.16 21.37 0.91 0.44
Hex D7 53 A 0 3D 5F 10 15 5B 2C
Octal 327 123 12 0 75 137 20 25 133 54
Binary 11010111 1010011 1010 0 111101 1011111 10000 10101 1011011 101100

Color Harmonies of #D7530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7530A

Black with #D7530A

Text Example


Text Example

White with #D7530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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