#D8B751

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

Shades of Rob Roy #D8B751

Tints of Rob Roy #D8B751

Color information

#D8B751 (or 0xD8B751) is unknown color: approx Rob Roy. HEX triplet: D8, B7 and 51. RGB value is (216,183,81). Sum of RGB (Red+Green+Blue) = 216+183+81=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B751 is #2748AE. Grayscale: #B5B5B5. Windows color (decimal): -2574511 or 5355480. OLE color: 5355480.

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

Color convert

RGB21618381-
CMYK00.150.620.15
HSL45.33º63.38%58.24%-
HSV(B)45.33º62.5%84.71%-
XYZ46.7449.0614.79-
YUV181.2471.43152.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 81 (32.03% from 255) = 16.88%
R=45%
G=38.12%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161838100.150.620.1545.3363.3858.24
HexD8B7510F3EF2d3f3a
Octal3302671210177617557772
Binary11011000101101111010001011111111101111101101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B751; }

 p { color: rgb(216,183,81); }

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

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

 a { background-color: rgb(216,183,81); }

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

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

 span { border-color: rgb(216,183,81); }

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