#dcad57

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

Shades of Rob Roy #DCAD57

Tints of Rob Roy #DCAD57

Color information

#DCAD57 (or 0xDCAD57) is unknown color: approx Rob Roy. HEX triplet: DC, AD and 57. RGB value is (220,173,87). Sum of RGB (Red+Green+Blue) = 220+173+87=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 87 (34.38% from 255 or 18.12% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD57 is #2352A8. Grayscale: #B1B1B1. Windows color (decimal): -2314921 or 5746140. OLE color: 5746140.

HSL color Cylindrical-coordinate representation of color #DCAD57: hue angle of 38.8º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCAD57 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB22017387-
CMYK00.210.600.14
HSL38.8º65.52%60.2%-
HSV(B)38.8º60.45%86.27%-
XYZ46.1845.7915.42-
YUV177.2577.07158.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 87 (34.38% from 255) = 18.12%
R=45.83%
G=36.04%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201738700.210.600.1438.865.5260.2
HexDCAD570153CE27423c
Octal33425512702574164710274
Binary1101110010101101101011101010111110011101001111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcad57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcad57; }

 p { color: rgb(220,173,87); }

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

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

 a { background-color: rgb(220,173,87); }

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

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

 span { border-color: rgb(220,173,87); }

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