#D5A54B

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

Shades of Rob Roy #D5A54B

Tints of Rob Roy #D5A54B

Color information

#D5A54B (or 0xD5A54B) is unknown color: approx Rob Roy. HEX triplet: D5, A5 and 4B. RGB value is (213,165,75). Sum of RGB (Red+Green+Blue) = 213+165+75=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A54B is #2A5AB4. Grayscale: #A9A9A9. Windows color (decimal): -2775733 or 4957653. OLE color: 4957653.

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

Color convert

RGB21316575-
CMYK00.230.650.16
HSL39.13º62.16%56.47%-
HSV(B)39.13º64.79%83.53%-
XYZ42.1741.5612.46-
YUV169.0974.9159.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 75 (29.69% from 255) = 16.56%
R=47.02%
G=36.42%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131657500.230.650.1639.1362.1656.47
HexD5A54B0174110273e38
Octal32524511302710120477670
Binary11010101101001011001011010111100000110000100111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A54B; }

 p { color: rgb(213,165,75); }

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

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

 a { background-color: rgb(213,165,75); }

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

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

 span { border-color: rgb(213,165,75); }

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