Html Css Color HEX #D9530F Tenne (Tawny)

📋 copy color: '#D9530F'

red 217 ◦ green 83 ◦ blue 15

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

Shades of Tenne (Tawny) #D9530F

Tints of Tenne (Tawny) #D9530F

RGB

 RED value IS 217 (85.16% from 255) = 68.89%

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

 BLUE value IS 15 (6.25% from 255) = 4.76%

R = 68.89%
G = 26.35%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9530F (or 0xD9530F) is known color: Tenne (Tawny). HEX triplet: D9, 53 and 0F. RGB value is (217,83,15). Sum of RGB (Red+Green+Blue) = 217+83+15=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9530F is #26ACF0. Grayscale: #737373. Windows color (decimal): -2534641 or 1004505. OLE color: 1004505.

HSL color Cylindrical-coordinate representation of color #D9530F: hue angle of 20.2º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9530F is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 15 -
CMYK 0 0.62 0.93 0.15
HSL 20.2º 0.87% 0.45% -
HSV(B) 20.2º 0.93% 0.85% -
XYZ 31.79 20.97 2.82 -
YUV 115.31 71.39 200.53 -
System Red Green Blue C M Y K H S L
Decimal 217 83 15 0 0.62 0.93 0.15 20.2 0.87 0.45
Hex D9 53 F 0 3E 5D F 14 57 2D
Octal 331 123 17 0 76 135 17 24 127 55
Binary 11011001 1010011 1111 0 111110 1011101 1111 10100 1010111 101101

Color Harmonies of #D9530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9530F

Black with #D9530F

Text Example


Text Example

White with #D9530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9530F; }

 p { color: rgb(217,83,15); }

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

background-color css

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

 a { background-color: rgb(217,83,15); }

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

border-color css

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

 span { border-color: rgb(217,83,15); }

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