Html Css Color HEX #D04C0B Tenne (Tawny)

📋 copy color: '#D04C0B'

red 208 ◦ green 76 ◦ blue 11

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

Shades of Tenne (Tawny) #D04C0B

Tints of Tenne (Tawny) #D04C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.73%

R = 70.51%
G = 25.76%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D04C0B (or 0xD04C0B) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 0B. RGB value is (208,76,11). Sum of RGB (Red+Green+Blue) = 208+76+11=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C0B is #2FB3F4. Grayscale: #6C6C6C. Windows color (decimal): -3126261 or 740560. OLE color: 740560.

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

Color convert

RGB 208 76 11 -
CMYK 0 0.63 0.95 0.18
HSL 19.8º 0.9% 0.43% -
HSV(B) 19.8º 0.95% 0.82% -
XYZ 28.66 18.6 2.4 -
YUV 108.06 73.23 199.29 -
System Red Green Blue C M Y K H S L
Decimal 208 76 11 0 0.63 0.95 0.18 19.8 0.9 0.43
Hex D0 4C B 0 3F 5F 12 14 5A 2B
Octal 320 114 13 0 77 137 22 24 132 53
Binary 11010000 1001100 1011 0 111111 1011111 10010 10100 1011010 101011

Color Harmonies of #D04C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C0B

Black with #D04C0B

Text Example


Text Example

White with #D04C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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