Html Css Color HEX #D55D00 Tenne (Tawny)

📋 copy color: '#D55D00'

red 213 ◦ green 93 ◦ blue 0

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

Shades of Tenne (Tawny) #D55D00

Tints of Tenne (Tawny) #D55D00

RGB

 RED value IS 213 (83.59% from 255) = 69.61%

 GREEN value IS 93 (36.72% from 255) = 30.39%

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

R = 69.61%
G = 30.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D55D00 (or 0xD55D00) is known color: Tenne (Tawny). HEX triplet: D5, 5D and 00. RGB value is (213,93,0). Sum of RGB (Red+Green+Blue) = 213+93+0=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55D00 is #2AA2FF. Grayscale: #767676. Windows color (decimal): -2794240 or 24021. OLE color: 24021.

HSL color Cylindrical-coordinate representation of color #D55D00: hue angle of 26.2º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D55D00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 93 0 -
CMYK 0 0.56 1 0.16
HSL 26.2º 1% 0.42% -
HSV(B) 26.2º 1% 0.84% -
XYZ 31.35 21.97 2.59 -
YUV 118.28 61.26 195.56 -
System Red Green Blue C M Y K H S L
Decimal 213 93 0 0 0.56 1 0.16 26.2 1 0.42
Hex D5 5D 0 0 38 64 10 1A 64 2A
Octal 325 135 0 0 70 144 20 32 144 52
Binary 11010101 1011101 0 0 111000 1100100 10000 11010 1100100 101010

Color Harmonies of #D55D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D00

Black with #D55D00

Text Example


Text Example

White with #D55D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D00; }

 p { color: rgb(213,93,0); }

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

background-color css

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

 a { background-color: rgb(213,93,0); }

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

border-color css

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

 span { border-color: rgb(213,93,0); }

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