Html Css Color HEX #D05A0A Tenne (Tawny)

📋 copy color: '#D05A0A'

red 208 ◦ green 90 ◦ blue 10

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

Shades of Tenne (Tawny) #D05A0A

Tints of Tenne (Tawny) #D05A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.25%

R = 67.53%
G = 29.22%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D05A0A (or 0xD05A0A) is known color: Tenne (Tawny). HEX triplet: D0, 5A and 0A. RGB value is (208,90,10). Sum of RGB (Red+Green+Blue) = 208+90+10=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05A0A is #2FA5F5. Grayscale: #747474. Windows color (decimal): -3122678 or 678608. OLE color: 678608.

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

Color convert

RGB 208 90 10 -
CMYK 0 0.57 0.95 0.18
HSL 24.24º 0.91% 0.43% -
HSV(B) 24.24º 0.95% 0.82% -
XYZ 29.72 20.74 2.72 -
YUV 116.16 68.09 193.5 -
System Red Green Blue C M Y K H S L
Decimal 208 90 10 0 0.57 0.95 0.18 24.24 0.91 0.43
Hex D0 5A A 0 39 5F 12 18 5B 2B
Octal 320 132 12 0 71 137 22 30 133 53
Binary 11010000 1011010 1010 0 111001 1011111 10010 11000 1011011 101011

Color Harmonies of #D05A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05A0A

Black with #D05A0A

Text Example


Text Example

White with #D05A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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