#D55A02

Color #D55A02 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D55A02

Tints of Tenne (Tawny) #D55A02

Color information

#D55A02 (or 0xD55A02) is unknown color: approx Tenne (Tawny). HEX triplet: D5, 5A and 02. RGB value is (213,90,2). Sum of RGB (Red+Green+Blue) = 213+90+2=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55A02 is #2AA5FD. Grayscale: #757575. Windows color (decimal): -2795006 or 154325. OLE color: 154325.

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

Color convert

RGB213902-
CMYK00.580.990.16
HSL25.02º98.14%42.16%-
HSV(B)25.02º99.06%83.53%-
XYZ31.1121.462.56-
YUV116.7463.25196.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 69.84%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=69.84%
G=29.51%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21390200.580.990.1625.0298.1442.16
HexD55A203A631019622a
Octal3251322072143203114252
Binary110101011011010100111010110001110000110011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55A02; }

 p { color: rgb(213,90,2); }

 H1.HeaderClassName
 {
   color: #D55A02;
 }
 .AnyTagClassName
 {
   color: #D55A02;
 }
</style>
background-color css

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

 a { background-color: rgb(213,90,2); }

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

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

 span { border-color: rgb(213,90,2); }

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