Html Css Color HEX #D05304 Tenne (Tawny)

📋 copy color: '#D05304'

red 208 ◦ green 83 ◦ blue 4

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

Shades of Tenne (Tawny) #D05304

Tints of Tenne (Tawny) #D05304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 70.51%
G = 28.14%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D05304 (or 0xD05304) is known color: Tenne (Tawny). HEX triplet: D0, 53 and 04. RGB value is (208,83,4). Sum of RGB (Red+Green+Blue) = 208+83+4=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D05304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05304 is #2FACFB. Grayscale: #6F6F6F. Windows color (decimal): -3124476 or 283600. OLE color: 283600.

HSL color Cylindrical-coordinate representation of color #D05304: hue angle of 23.24º degrees, saturation: 0.96, 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 #D05304 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 83 4 -
CMYK 0 0.60 0.98 0.18
HSL 23.24º 0.96% 0.42% -
HSV(B) 23.24º 0.98% 0.82% -
XYZ 29.13 19.61 2.36 -
YUV 111.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 208 83 4 0 0.60 0.98 0.18 23.24 0.96 0.42
Hex D0 53 4 0 3C 62 12 17 60 2A
Octal 320 123 4 0 74 142 22 27 140 52
Binary 11010000 1010011 100 0 111100 1100010 10010 10111 1100000 101010

Color Harmonies of #D05304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05304

Black with #D05304

Text Example


Text Example

White with #D05304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05304; }

 p { color: rgb(208,83,4); }

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

background-color css

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

 a { background-color: rgb(208,83,4); }

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

border-color css

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

 span { border-color: rgb(208,83,4); }

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