Html Css Color HEX #D55B00 Tenne (Tawny)

📋 copy color: '#D55B00'

red 213 ◦ green 91 ◦ blue 0

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

Shades of Tenne (Tawny) #D55B00

Tints of Tenne (Tawny) #D55B00

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.93%

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

R = 70.07%
G = 29.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D55B00 (or 0xD55B00) is known color: Tenne (Tawny). HEX triplet: D5, 5B and 00. RGB value is (213,91,0). Sum of RGB (Red+Green+Blue) = 213+91+0=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55B00 is #2AA4FF. Grayscale: #757575. Windows color (decimal): -2794752 or 23509. OLE color: 23509.

HSL color Cylindrical-coordinate representation of color #D55B00: hue angle of 25.63º 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 #D55B00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 91 0 -
CMYK 0 0.57 1 0.16
HSL 25.63º 1% 0.42% -
HSV(B) 25.63º 1% 0.84% -
XYZ 31.18 21.63 2.53 -
YUV 117.1 61.92 196.4 -
System Red Green Blue C M Y K H S L
Decimal 213 91 0 0 0.57 1 0.16 25.63 1 0.42
Hex D5 5B 0 0 39 64 10 1A 64 2A
Octal 325 133 0 0 71 144 20 32 144 52
Binary 11010101 1011011 0 0 111001 1100100 10000 11010 1100100 101010

Color Harmonies of #D55B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55B00

Black with #D55B00

Text Example


Text Example

White with #D55B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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