#D5B551

Color #D5B551 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #D5B551

Tints of Rob Roy #D5B551

Color information

#D5B551 (or 0xD5B551) is unknown color: approx Rob Roy. HEX triplet: D5, B5 and 51. RGB value is (213,181,81). Sum of RGB (Red+Green+Blue) = 213+181+81=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B551 is #2A4AAE. Grayscale: #B3B3B3. Windows color (decimal): -2771631 or 5354965. OLE color: 5354965.

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

Color convert

RGB21318181-
CMYK00.150.620.16
HSL45.45º61.11%57.65%-
HSV(B)45.45º61.97%83.53%-
XYZ45.4547.7914.61-
YUV179.1772.6152.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 81 (32.03% from 255) = 17.05%
R=44.84%
G=38.11%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131818100.150.620.1645.4561.1157.65
HexD5B5510F3E102d3d3a
Octal3252651210177620557572
Binary110101011011010110100010111111111010000101101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B551; }

 p { color: rgb(213,181,81); }

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

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

 a { background-color: rgb(213,181,81); }

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

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

 span { border-color: rgb(213,181,81); }

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