#D5B350

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

Shades of Rob Roy #D5B350

Tints of Rob Roy #D5B350

Color information

#D5B350 (or 0xD5B350) is unknown color: approx Rob Roy. HEX triplet: D5, B3 and 50. RGB value is (213,179,80). Sum of RGB (Red+Green+Blue) = 213+179+80=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B350 is #2A4CAF. Grayscale: #B2B2B2. Windows color (decimal): -2772144 or 5288917. OLE color: 5288917.

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

Color convert

RGB21317980-
CMYK00.160.620.16
HSL44.66º61.29%57.45%-
HSV(B)44.66º62.44%83.53%-
XYZ45.0146.9714.28-
YUV177.8872.76153.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 80 (31.64% from 255) = 16.95%
R=45.13%
G=37.92%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131798000.160.620.1644.6661.2957.45
HexD5B3500103E102d3d39
Octal3252631200207620557571
Binary1101010110110011101000001000011111010000101101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B350; }

 p { color: rgb(213,179,80); }

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

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

 a { background-color: rgb(213,179,80); }

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

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

 span { border-color: rgb(213,179,80); }

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