Html Css Color HEX #D4530D Tenne (Tawny)

📋 copy color: '#D4530D'

red 212 ◦ green 83 ◦ blue 13

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

Shades of Tenne (Tawny) #D4530D

Tints of Tenne (Tawny) #D4530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 68.83%
G = 26.95%
B = 4.22%

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

#D4530D (or 0xD4530D) is known color: Tenne (Tawny). HEX triplet: D4, 53 and 0D. RGB value is (212,83,13). Sum of RGB (Red+Green+Blue) = 212+83+13=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4530D is #2BACF2. Grayscale: #727272. Windows color (decimal): -2862323 or 873428. OLE color: 873428.

HSL color Cylindrical-coordinate representation of color #D4530D: hue angle of 21.11º degrees, saturation: 0.88, 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 #D4530D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 83 13 -
CMYK 0 0.61 0.94 0.17
HSL 21.11º 0.88% 0.44% -
HSV(B) 21.11º 0.94% 0.83% -
XYZ 30.32 20.21 2.68 -
YUV 113.59 71.24 198.19 -
System Red Green Blue C M Y K H S L
Decimal 212 83 13 0 0.61 0.94 0.17 21.11 0.88 0.44
Hex D4 53 D 0 3D 5E 11 15 58 2C
Octal 324 123 15 0 75 136 21 25 130 54
Binary 11010100 1010011 1101 0 111101 1011110 10001 10101 1011000 101100

Color Harmonies of #D4530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4530D

Black with #D4530D

Text Example


Text Example

White with #D4530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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