#D6B354

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

Shades of Rob Roy #D6B354

Tints of Rob Roy #D6B354

Color information

#D6B354 (or 0xD6B354) is unknown color: approx Rob Roy. HEX triplet: D6, B3 and 54. RGB value is (214,179,84). Sum of RGB (Red+Green+Blue) = 214+179+84=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B354 is #294CAB. Grayscale: #B3B3B3. Windows color (decimal): -2706604 or 5551062. OLE color: 5551062.

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

Color convert

RGB21417984-
CMYK00.160.610.16
HSL43.85º61.32%58.43%-
HSV(B)43.85º60.75%83.92%-
XYZ45.4547.1815.1-
YUV178.6474.6153.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 179 (70.31% from 255) = 37.53%
BLUE value IS 84 (33.20% from 255) = 17.61%
R=44.86%
G=37.53%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141798400.160.610.1643.8561.3258.43
HexD6B3540103D102c3d3a
Octal3262631240207520547572
Binary1101011010110011101010001000011110110000101100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B354; }

 p { color: rgb(214,179,84); }

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

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

 a { background-color: rgb(214,179,84); }

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

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

 span { border-color: rgb(214,179,84); }

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