#D6AC4A

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

Shades of Rob Roy #D6AC4A

Tints of Rob Roy #D6AC4A

Color information

#D6AC4A (or 0xD6AC4A) is unknown color: approx Rob Roy. HEX triplet: D6, AC and 4A. RGB value is (214,172,74). Sum of RGB (Red+Green+Blue) = 214+172+74=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AC4A is #2953B5. Grayscale: #ADADAD. Windows color (decimal): -2708406 or 4893910. OLE color: 4893910.

HSL color Cylindrical-coordinate representation of color #D6AC4A: hue angle of 42º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6AC4A is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB21417274-
CMYK00.200.650.16
HSL42º63.06%56.47%-
HSV(B)42º65.42%83.92%-
XYZ43.7244.312.72-
YUV173.3971.91156.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.52%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 74 (29.30% from 255) = 16.09%
R=46.52%
G=37.39%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141727400.200.650.164263.0656.47
HexD6AC4A01441102a3f38
Octal32625411202410120527770
Binary11010110101011001001010010100100000110000101010111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC4A; }

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

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

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

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

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

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

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

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