Html Css Color HEX #D45A07 Tenne (Tawny)

📋 copy color: '#D45A07'

red 212 ◦ green 90 ◦ blue 7

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

Shades of Tenne (Tawny) #D45A07

Tints of Tenne (Tawny) #D45A07

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.13%

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

R = 68.61%
G = 29.13%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D45A07 (or 0xD45A07) is known color: Tenne (Tawny). HEX triplet: D4, 5A and 07. RGB value is (212,90,7). Sum of RGB (Red+Green+Blue) = 212+90+7=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45A07 is #2BA5F8. Grayscale: #757575. Windows color (decimal): -2860537 or 482004. OLE color: 482004.

HSL color Cylindrical-coordinate representation of color #D45A07: hue angle of 24.29º 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 #D45A07 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 90 7 -
CMYK 0 0.58 0.97 0.17
HSL 24.29º 0.94% 0.43% -
HSV(B) 24.29º 0.97% 0.83% -
XYZ 30.85 21.32 2.69 -
YUV 117.02 65.92 195.75 -
System Red Green Blue C M Y K H S L
Decimal 212 90 7 0 0.58 0.97 0.17 24.29 0.94 0.43
Hex D4 5A 7 0 3A 61 11 18 5E 2B
Octal 324 132 7 0 72 141 21 30 136 53
Binary 11010100 1011010 111 0 111010 1100001 10001 11000 1011110 101011

Color Harmonies of #D45A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45A07

Black with #D45A07

Text Example


Text Example

White with #D45A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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