Html Css Color HEX #D04905 Tenne (Tawny)

📋 copy color: '#D04905'

red 208 ◦ green 73 ◦ blue 5

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

Shades of Tenne (Tawny) #D04905

Tints of Tenne (Tawny) #D04905

RGB

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

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

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

R = 72.73%
G = 25.52%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D04905 (or 0xD04905) is known color: Tenne (Tawny). HEX triplet: D0, 49 and 05. RGB value is (208,73,5). Sum of RGB (Red+Green+Blue) = 208+73+5=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D04905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04905 is #2FB6FA. Grayscale: #6A6A6A. Windows color (decimal): -3127035 or 346576. OLE color: 346576.

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

Color convert

RGB 208 73 5 -
CMYK 0 0.65 0.98 0.18
HSL 20.1º 0.95% 0.42% -
HSV(B) 20.1º 0.98% 0.82% -
XYZ 28.42 18.19 2.16 -
YUV 105.61 71.23 201.03 -
System Red Green Blue C M Y K H S L
Decimal 208 73 5 0 0.65 0.98 0.18 20.1 0.95 0.42
Hex D0 49 5 0 41 62 12 14 5F 2A
Octal 320 111 5 0 101 142 22 24 137 52
Binary 11010000 1001001 101 0 1000001 1100010 10010 10100 1011111 101010

Color Harmonies of #D04905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04905

Black with #D04905

Text Example


Text Example

White with #D04905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04905; }

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

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

background-color css

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

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

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

border-color css

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

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

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