Html Css Color HEX #D04C01 Tenne (Tawny)

📋 copy color: '#D04C01'

red 208 ◦ green 76 ◦ blue 1

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

Shades of Tenne (Tawny) #D04C01

Tints of Tenne (Tawny) #D04C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 72.98%
G = 26.67%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D04C01 (or 0xD04C01) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 01. RGB value is (208,76,1). Sum of RGB (Red+Green+Blue) = 208+76+1=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C01 is #2FB3FE. Grayscale: #6B6B6B. Windows color (decimal): -3126271 or 85200. OLE color: 85200.

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

Color convert

RGB 208 76 1 -
CMYK 0 0.63 1.00 0.18
HSL 21.74º 0.99% 0.41% -
HSV(B) 21.74º 1% 0.82% -
XYZ 28.6 18.58 2.11 -
YUV 106.92 68.23 200.1 -
System Red Green Blue C M Y K H S L
Decimal 208 76 1 0 0.63 1.00 0.18 21.74 0.99 0.41
Hex D0 4C 1 0 3F 64 12 16 63 29
Octal 320 114 1 0 77 144 22 26 143 51
Binary 11010000 1001100 1 0 111111 1100100 10010 10110 1100011 101001

Color Harmonies of #D04C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C01

Black with #D04C01

Text Example


Text Example

White with #D04C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C01; }

 p { color: rgb(208,76,1); }

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

background-color css

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

 a { background-color: rgb(208,76,1); }

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

border-color css

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

 span { border-color: rgb(208,76,1); }

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