#D6B055

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

Shades of Rob Roy #D6B055

Tints of Rob Roy #D6B055

Color information

#D6B055 (or 0xD6B055) is unknown color: approx Rob Roy. HEX triplet: D6, B0 and 55. RGB value is (214,176,85). Sum of RGB (Red+Green+Blue) = 214+176+85=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B055 is #294FAA. Grayscale: #B1B1B1. Windows color (decimal): -2707371 or 5615830. OLE color: 5615830.

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

Color convert

RGB21417685-
CMYK00.180.600.16
HSL42.33º61.14%58.63%-
HSV(B)42.33º60.28%83.92%-
XYZ44.94615.11-
YUV176.9976.09154.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 85 (33.59% from 255) = 17.89%
R=45.05%
G=37.05%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141768500.180.600.1642.3361.1458.63
HexD6B0550123C102a3d3b
Octal3262601250227420527573
Binary1101011010110000101010101001011110010000101010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B055; }

 p { color: rgb(214,176,85); }

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

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

 a { background-color: rgb(214,176,85); }

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

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

 span { border-color: rgb(214,176,85); }

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