#DCA350

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

Shades of Rob Roy #DCA350

Tints of Rob Roy #DCA350

Color information

#DCA350 (or 0xDCA350) is unknown color: approx Rob Roy. HEX triplet: DC, A3 and 50. RGB value is (220,163,80). Sum of RGB (Red+Green+Blue) = 220+163+80=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA350 is #235CAF. Grayscale: #AAAAAA. Windows color (decimal): -2317488 or 5284828. OLE color: 5284828.

HSL color Cylindrical-coordinate representation of color #DCA350: hue angle of 35.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCA350 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB22016380-
CMYK00.260.640.14
HSL35.57º66.67%58.82%-
HSV(B)35.57º63.64%86.27%-
XYZ44.0641.9913.37-
YUV170.5876.88163.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.52%
GREEN value IS 163 (64.06% from 255) = 35.21%
BLUE value IS 80 (31.64% from 255) = 17.28%
R=47.52%
G=35.21%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201638000.260.640.1435.5766.6758.82
HexDCA35001A40E24433b
Octal334243120032100164410373
Binary11011100101000111010000011010100000011101001001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA350; }

 p { color: rgb(220,163,80); }

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

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

 a { background-color: rgb(220,163,80); }

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

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

 span { border-color: rgb(220,163,80); }

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