#D6A54E

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

Shades of Rob Roy #D6A54E

Tints of Rob Roy #D6A54E

Color information

#D6A54E (or 0xD6A54E) is unknown color: approx Rob Roy. HEX triplet: D6, A5 and 4E. RGB value is (214,165,78). Sum of RGB (Red+Green+Blue) = 214+165+78=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A54E is #295AB1. Grayscale: #AAAAAA. Windows color (decimal): -2710194 or 5154262. OLE color: 5154262.

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

Color convert

RGB21416578-
CMYK00.230.640.16
HSL38.38º62.39%57.25%-
HSV(B)38.38º63.55%83.92%-
XYZ42.5641.7613.02-
YUV169.7376.23159.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.83%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 78 (30.86% from 255) = 17.07%
R=46.83%
G=36.11%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141657800.230.640.1638.3862.3957.25
HexD6A54E0174010263e39
Octal32624511602710020467671
Binary11010110101001011001110010111100000010000100110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A54E; }

 p { color: rgb(214,165,78); }

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

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

 a { background-color: rgb(214,165,78); }

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

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

 span { border-color: rgb(214,165,78); }

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