Html Css Color HEX #D4530C Tenne (Tawny)

📋 copy color: '#D4530C'

red 212 ◦ green 83 ◦ blue 12

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

Shades of Tenne (Tawny) #D4530C

Tints of Tenne (Tawny) #D4530C

RGB

 RED value IS 212 (83.2% from 255) = 69.06%

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

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 69.06%
G = 27.04%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4530C (or 0xD4530C) is known color: Tenne (Tawny). HEX triplet: D4, 53 and 0C. RGB value is (212,83,12). Sum of RGB (Red+Green+Blue) = 212+83+12=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D4530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4530C is #2BACF3. Grayscale: #717171. Windows color (decimal): -2862324 or 807892. OLE color: 807892.

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

Color convert

RGB 212 83 12 -
CMYK 0 0.61 0.94 0.17
HSL 21.3º 0.89% 0.44% -
HSV(B) 21.3º 0.94% 0.83% -
XYZ 30.31 20.21 2.65 -
YUV 113.48 70.74 198.27 -
System Red Green Blue C M Y K H S L
Decimal 212 83 12 0 0.61 0.94 0.17 21.3 0.89 0.44
Hex D4 53 C 0 3D 5E 11 15 59 2C
Octal 324 123 14 0 75 136 21 25 131 54
Binary 11010100 1010011 1100 0 111101 1011110 10001 10101 1011001 101100

Color Harmonies of #D4530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4530C

Black with #D4530C

Text Example


Text Example

White with #D4530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4530C; }

 p { color: rgb(212,83,12); }

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

background-color css

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

 a { background-color: rgb(212,83,12); }

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

border-color css

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

 span { border-color: rgb(212,83,12); }

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