#D8B058

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

Shades of Rob Roy #D8B058

Tints of Rob Roy #D8B058

Color information

#D8B058 (or 0xD8B058) is unknown color: approx Rob Roy. HEX triplet: D8, B0 and 58. RGB value is (216,176,88). Sum of RGB (Red+Green+Blue) = 216+176+88=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 88 (34.77% from 255 or 18.33% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B058 is #274FA7. Grayscale: #B2B2B2. Windows color (decimal): -2576296 or 5812440. OLE color: 5812440.

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

Color convert

RGB21617688-
CMYK00.190.590.15
HSL41.25º62.14%59.61%-
HSV(B)41.25º59.26%84.71%-
XYZ45.6146.3515.78-
YUV177.9377.25155.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 88 (34.77% from 255) = 18.33%
R=45%
G=36.67%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161768800.190.590.1541.2562.1459.61
HexD8B0580133BF293e3c
Octal3302601300237317517674
Binary110110001011000010110000100111110111111101001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B058; }

 p { color: rgb(216,176,88); }

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

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

 a { background-color: rgb(216,176,88); }

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

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

 span { border-color: rgb(216,176,88); }

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