#D5AD4D

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

Shades of Rob Roy #D5AD4D

Tints of Rob Roy #D5AD4D

Color information

#D5AD4D (or 0xD5AD4D) is unknown color: approx Rob Roy. HEX triplet: D5, AD and 4D. RGB value is (213,173,77). Sum of RGB (Red+Green+Blue) = 213+173+77=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 173 (67.97% from 255 or 37.37% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD4D is #2A52B2. Grayscale: #AEAEAE. Windows color (decimal): -2773683 or 5090773. OLE color: 5090773.

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

Color convert

RGB21317377-
CMYK00.190.640.16
HSL42.35º61.82%56.86%-
HSV(B)42.35º63.85%83.53%-
XYZ43.7244.5713.32-
YUV174.0273.25155.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.00%
GREEN value IS 173 (67.97% from 255) = 37.37%
BLUE value IS 77 (30.47% from 255) = 16.63%
R=46.00%
G=37.37%
B=16.63%

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
Decimal2131737700.190.640.1642.3561.8256.86
HexD5AD4D01340102a3e39
Octal32525511502310020527671
Binary11010101101011011001101010011100000010000101010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD4D; }

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

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

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

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

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

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

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

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