Html Css Color HEX #D0470C Tenne (Tawny)

📋 copy color: '#D0470C'

red 208 ◦ green 71 ◦ blue 12

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

Shades of Tenne (Tawny) #D0470C

Tints of Tenne (Tawny) #D0470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

 BLUE value IS 12 (5.08% from 255) = 4.12%

R = 71.48%
G = 24.4%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0470C (or 0xD0470C) is known color: Tenne (Tawny). HEX triplet: D0, 47 and 0C. RGB value is (208,71,12). Sum of RGB (Red+Green+Blue) = 208+71+12=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0470C is #2FB8F3. Grayscale: #696969. Windows color (decimal): -3127540 or 804816. OLE color: 804816.

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

Color convert

RGB 208 71 12 -
CMYK 0 0.66 0.94 0.18
HSL 18.06º 0.89% 0.43% -
HSV(B) 18.06º 0.94% 0.82% -
XYZ 28.33 17.94 2.32 -
YUV 105.24 75.39 201.3 -
System Red Green Blue C M Y K H S L
Decimal 208 71 12 0 0.66 0.94 0.18 18.06 0.89 0.43
Hex D0 47 C 0 42 5E 12 12 59 2B
Octal 320 107 14 0 102 136 22 22 131 53
Binary 11010000 1000111 1100 0 1000010 1011110 10010 10010 1011001 101011

Color Harmonies of #D0470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0470C

Black with #D0470C

Text Example


Text Example

White with #D0470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0470C; }

 p { color: rgb(208,71,12); }

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

background-color css

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

 a { background-color: rgb(208,71,12); }

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

border-color css

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

 span { border-color: rgb(208,71,12); }

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