#D6AD4C

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

Shades of Rob Roy #D6AD4C

Tints of Rob Roy #D6AD4C

Color information

#D6AD4C (or 0xD6AD4C) is unknown color: approx Rob Roy. HEX triplet: D6, AD and 4C. RGB value is (214,173,76). Sum of RGB (Red+Green+Blue) = 214+173+76=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD4C is #2952B3. Grayscale: #AEAEAE. Windows color (decimal): -2708148 or 5025238. OLE color: 5025238.

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

Color convert

RGB21417376-
CMYK00.190.640.16
HSL42.17º62.73%56.86%-
HSV(B)42.17º64.49%83.92%-
XYZ43.9844.7113.15-
YUV174.272.58156.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 76 (30.08% from 255) = 16.41%
R=46.22%
G=37.37%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141737600.190.640.1642.1762.7356.86
HexD6AD4C01340102a3f39
Octal32625511402310020527771
Binary11010110101011011001100010011100000010000101010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD4C; }

 p { color: rgb(214,173,76); }

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

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

 a { background-color: rgb(214,173,76); }

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

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

 span { border-color: rgb(214,173,76); }

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