Html Css Color HEX #D4530B Tenne (Tawny)

📋 copy color: '#D4530B'

red 212 ◦ green 83 ◦ blue 11

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

Shades of Tenne (Tawny) #D4530B

Tints of Tenne (Tawny) #D4530B

RGB

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

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

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

R = 69.28%
G = 27.12%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4530B (or 0xD4530B) is known color: Tenne (Tawny). HEX triplet: D4, 53 and 0B. RGB value is (212,83,11). Sum of RGB (Red+Green+Blue) = 212+83+11=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D4530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4530B is #2BACF4. Grayscale: #717171. Windows color (decimal): -2862325 or 742356. OLE color: 742356.

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

Color convert

RGB 212 83 11 -
CMYK 0 0.61 0.95 0.17
HSL 21.49º 0.9% 0.44% -
HSV(B) 21.49º 0.95% 0.83% -
XYZ 30.31 20.21 2.62 -
YUV 113.36 70.24 198.35 -
System Red Green Blue C M Y K H S L
Decimal 212 83 11 0 0.61 0.95 0.17 21.49 0.9 0.44
Hex D4 53 B 0 3D 5F 11 15 5A 2C
Octal 324 123 13 0 75 137 21 25 132 54
Binary 11010100 1010011 1011 0 111101 1011111 10001 10101 1011010 101100

Color Harmonies of #D4530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4530B

Black with #D4530B

Text Example


Text Example

White with #D4530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4530B; }

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

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

background-color css

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

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

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

border-color css

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

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

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