#D8B353

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

Shades of Rob Roy #D8B353

Tints of Rob Roy #D8B353

Color information

#D8B353 (or 0xD8B353) is unknown color: approx Rob Roy. HEX triplet: D8, B3 and 53. RGB value is (216,179,83). Sum of RGB (Red+Green+Blue) = 216+179+83=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B353 is #274CAC. Grayscale: #B3B3B3. Windows color (decimal): -2575533 or 5485528. OLE color: 5485528.

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

Color convert

RGB21617983-
CMYK00.170.620.15
HSL43.31º63.03%58.63%-
HSV(B)43.31º61.57%84.71%-
XYZ4647.4614.92-
YUV179.1273.76154.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.19%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 83 (32.81% from 255) = 17.36%
R=45.19%
G=37.45%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161798300.170.620.1543.3163.0358.63
HexD8B3530113EF2b3f3b
Octal3302631230217617537773
Binary110110001011001110100110100011111101111101011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B353; }

 p { color: rgb(216,179,83); }

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

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

 a { background-color: rgb(216,179,83); }

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

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

 span { border-color: rgb(216,179,83); }

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