Html Css Color HEX #D05A07 Tenne (Tawny)

📋 copy color: '#D05A07'

red 208 ◦ green 90 ◦ blue 7

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

Shades of Tenne (Tawny) #D05A07

Tints of Tenne (Tawny) #D05A07

RGB

 RED value IS 208 (81.64% from 255) = 68.2%

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

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

R = 68.2%
G = 29.51%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D05A07 (or 0xD05A07) is known color: Tenne (Tawny). HEX triplet: D0, 5A and 07. RGB value is (208,90,7). Sum of RGB (Red+Green+Blue) = 208+90+7=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05A07 is #2FA5F8. Grayscale: #747474. Windows color (decimal): -3122681 or 482000. OLE color: 482000.

HSL color Cylindrical-coordinate representation of color #D05A07: hue angle of 24.78º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D05A07 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 90 7 -
CMYK 0 0.57 0.97 0.18
HSL 24.78º 0.93% 0.42% -
HSV(B) 24.78º 0.97% 0.82% -
XYZ 29.71 20.74 2.64 -
YUV 115.82 66.59 193.75 -
System Red Green Blue C M Y K H S L
Decimal 208 90 7 0 0.57 0.97 0.18 24.78 0.93 0.42
Hex D0 5A 7 0 39 61 12 19 5D 2A
Octal 320 132 7 0 71 141 22 31 135 52
Binary 11010000 1011010 111 0 111001 1100001 10010 11001 1011101 101010

Color Harmonies of #D05A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05A07

Black with #D05A07

Text Example


Text Example

White with #D05A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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