Html Css Color HEX #D04100 Tenne (Tawny)

📋 copy color: '#D04100'

red 208 ◦ green 65 ◦ blue 0

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

Shades of Tenne (Tawny) #D04100

Tints of Tenne (Tawny) #D04100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.19%
G = 23.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D04100 (or 0xD04100) is known color: Tenne (Tawny). HEX triplet: D0, 41 and 00. RGB value is (208,65,0). Sum of RGB (Red+Green+Blue) = 208+65+0=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D04100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04100 is #2FBEFF. Grayscale: #646464. Windows color (decimal): -3129088 or 16848. OLE color: 16848.

HSL color Cylindrical-coordinate representation of color #D04100: hue angle of 18.75º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D04100 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 65 0 -
CMYK 0 0.69 1 0.18
HSL 18.75º 1% 0.41% -
HSV(B) 18.75º 1% 0.82% -
XYZ 27.9 17.19 1.85 -
YUV 100.35 71.38 204.79 -
System Red Green Blue C M Y K H S L
Decimal 208 65 0 0 0.69 1 0.18 18.75 1 0.41
Hex D0 41 0 0 45 64 12 13 64 29
Octal 320 101 0 0 105 144 22 23 144 51
Binary 11010000 1000001 0 0 1000101 1100100 10010 10011 1100100 101001

Color Harmonies of #D04100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04100

Black with #D04100

Text Example


Text Example

White with #D04100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04100; }

 p { color: rgb(208,65,0); }

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

background-color css

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

 a { background-color: rgb(208,65,0); }

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

border-color css

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

 span { border-color: rgb(208,65,0); }

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