#D6AD4D

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

Shades of Rob Roy #D6AD4D

Tints of Rob Roy #D6AD4D

Color information

#D6AD4D (or 0xD6AD4D) is unknown color: approx Rob Roy. HEX triplet: D6, AD and 4D. RGB value is (214,173,77). Sum of RGB (Red+Green+Blue) = 214+173+77=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD4D is #2952B2. Grayscale: #AEAEAE. Windows color (decimal): -2708147 or 5090774. OLE color: 5090774.

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

Color convert

RGB21417377-
CMYK00.190.640.16
HSL42.04º62.56%57.06%-
HSV(B)42.04º64.02%83.92%-
XYZ44.0144.7213.33-
YUV174.3173.08156.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.12%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 77 (30.47% from 255) = 16.59%
R=46.12%
G=37.28%
B=16.59%

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
Decimal2141737700.190.640.1642.0462.5657.06
HexD6AD4D01340102a3f39
Octal32625511502310020527771
Binary11010110101011011001101010011100000010000101010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD4D; }

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

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

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

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

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

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

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

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