Html Css Color HEX #D45507 Tenne (Tawny)

📋 copy color: '#D45507'

red 212 ◦ green 85 ◦ blue 7

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

Shades of Tenne (Tawny) #D45507

Tints of Tenne (Tawny) #D45507

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

 BLUE value IS 7 (3.13% from 255) = 2.3%

R = 69.74%
G = 27.96%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D45507 (or 0xD45507) is known color: Tenne (Tawny). HEX triplet: D4, 55 and 07. RGB value is (212,85,7). Sum of RGB (Red+Green+Blue) = 212+85+7=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D45507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45507 is #2BAAF8. Grayscale: #727272. Windows color (decimal): -2861817 or 480724. OLE color: 480724.

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

Color convert

RGB 212 85 7 -
CMYK 0 0.60 0.97 0.17
HSL 22.83º 0.94% 0.43% -
HSV(B) 22.83º 0.97% 0.83% -
XYZ 30.44 20.51 2.56 -
YUV 114.08 67.58 197.84 -
System Red Green Blue C M Y K H S L
Decimal 212 85 7 0 0.60 0.97 0.17 22.83 0.94 0.43
Hex D4 55 7 0 3C 61 11 17 5E 2B
Octal 324 125 7 0 74 141 21 27 136 53
Binary 11010100 1010101 111 0 111100 1100001 10001 10111 1011110 101011

Color Harmonies of #D45507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45507

Black with #D45507

Text Example


Text Example

White with #D45507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45507; }

 p { color: rgb(212,85,7); }

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

background-color css

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

 a { background-color: rgb(212,85,7); }

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

border-color css

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

 span { border-color: rgb(212,85,7); }

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