Html Css Color HEX #D54905 Tenne (Tawny)

📋 copy color: '#D54905'

red 213 ◦ green 73 ◦ blue 5

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

Shades of Tenne (Tawny) #D54905

Tints of Tenne (Tawny) #D54905

RGB

 RED value IS 213 (83.59% from 255) = 73.2%

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 5 (2.34% from 255) = 1.72%

R = 73.2%
G = 25.09%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D54905 (or 0xD54905) is known color: Tenne (Tawny). HEX triplet: D5, 49 and 05. RGB value is (213,73,5). Sum of RGB (Red+Green+Blue) = 213+73+5=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D54905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54905 is #2AB6FA. Grayscale: #6B6B6B. Windows color (decimal): -2799355 or 346581. OLE color: 346581.

HSL color Cylindrical-coordinate representation of color #D54905: hue angle of 19.62º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D54905 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 5 -
CMYK 0 0.66 0.98 0.16
HSL 19.62º 0.95% 0.43% -
HSV(B) 19.62º 0.98% 0.84% -
XYZ 29.85 18.92 2.22 -
YUV 107.11 70.38 203.53 -
System Red Green Blue C M Y K H S L
Decimal 213 73 5 0 0.66 0.98 0.16 19.62 0.95 0.43
Hex D5 49 5 0 42 62 10 14 5F 2B
Octal 325 111 5 0 102 142 20 24 137 53
Binary 11010101 1001001 101 0 1000010 1100010 10000 10100 1011111 101011

Color Harmonies of #D54905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54905

Black with #D54905

Text Example


Text Example

White with #D54905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54905; }

 p { color: rgb(213,73,5); }

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

background-color css

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

 a { background-color: rgb(213,73,5); }

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

border-color css

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

 span { border-color: rgb(213,73,5); }

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