#D6AC55

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

Shades of Rob Roy #D6AC55

Tints of Rob Roy #D6AC55

Color information

#D6AC55 (or 0xD6AC55) is unknown color: approx Rob Roy. HEX triplet: D6, AC and 55. RGB value is (214,172,85). Sum of RGB (Red+Green+Blue) = 214+172+85=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC55 is #2953AA. Grayscale: #AFAFAF. Windows color (decimal): -2708395 or 5614806. OLE color: 5614806.

HSL color Cylindrical-coordinate representation of color #D6AC55: hue angle of 40.47º 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 #D6AC55 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21417285-
CMYK00.200.600.16
HSL40.47º61.14%58.63%-
HSV(B)40.47º60.28%83.92%-
XYZ44.1244.4614.85-
YUV174.6477.41156.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.44%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 85 (33.59% from 255) = 18.05%
R=45.44%
G=36.52%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141728500.200.600.1640.4761.1458.63
HexD6AC550143C10283d3b
Octal3262541250247420507573
Binary1101011010101100101010101010011110010000101000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC55; }

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

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

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

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

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

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

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

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