#D6B251

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

Shades of Rob Roy #D6B251

Tints of Rob Roy #D6B251

Color information

#D6B251 (or 0xD6B251) is unknown color: approx Rob Roy. HEX triplet: D6, B2 and 51. RGB value is (214,178,81). Sum of RGB (Red+Green+Blue) = 214+178+81=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 81 (32.03% from 255 or 17.12% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B251 is #294DAE. Grayscale: #B2B2B2. Windows color (decimal): -2706863 or 5354198. OLE color: 5354198.

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

Color convert

RGB21417881-
CMYK00.170.620.16
HSL43.76º61.86%57.84%-
HSV(B)43.76º62.15%83.92%-
XYZ45.1446.7314.43-
YUV177.7173.43153.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 81 (32.03% from 255) = 17.12%
R=45.24%
G=37.63%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141788100.170.620.1643.7661.8657.84
HexD6B2510113E102c3e3a
Octal3262621210217620547672
Binary1101011010110010101000101000111111010000101100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B251; }

 p { color: rgb(214,178,81); }

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

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

 a { background-color: rgb(214,178,81); }

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

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

 span { border-color: rgb(214,178,81); }

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