Html Css Color HEX #D0550C Tenne (Tawny)

📋 copy color: '#D0550C'

red 208 ◦ green 85 ◦ blue 12

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

Shades of Tenne (Tawny) #D0550C

Tints of Tenne (Tawny) #D0550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

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

R = 68.2%
G = 27.87%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0550C (or 0xD0550C) is known color: Tenne (Tawny). HEX triplet: D0, 55 and 0C. RGB value is (208,85,12). Sum of RGB (Red+Green+Blue) = 208+85+12=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D0550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0550C is #2FAAF3. Grayscale: #717171. Windows color (decimal): -3123956 or 808400. OLE color: 808400.

HSL color Cylindrical-coordinate representation of color #D0550C: hue angle of 22.35º 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 #D0550C is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 85 12 -
CMYK 0 0.59 0.94 0.18
HSL 22.35º 0.89% 0.43% -
HSV(B) 22.35º 0.94% 0.82% -
XYZ 29.33 19.93 2.65 -
YUV 113.46 70.75 195.44 -
System Red Green Blue C M Y K H S L
Decimal 208 85 12 0 0.59 0.94 0.18 22.35 0.89 0.43
Hex D0 55 C 0 3B 5E 12 16 59 2B
Octal 320 125 14 0 73 136 22 26 131 53
Binary 11010000 1010101 1100 0 111011 1011110 10010 10110 1011001 101011

Color Harmonies of #D0550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0550C

Black with #D0550C

Text Example


Text Example

White with #D0550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0550C; }

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

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

background-color css

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

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

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

border-color css

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

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

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