#D6A74D

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

Shades of Rob Roy #D6A74D

Tints of Rob Roy #D6A74D

Color information

#D6A74D (or 0xD6A74D) is unknown color: approx Rob Roy. HEX triplet: D6, A7 and 4D. RGB value is (214,167,77). Sum of RGB (Red+Green+Blue) = 214+167+77=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A74D is #2958B2. Grayscale: #ABABAB. Windows color (decimal): -2709683 or 5089238. OLE color: 5089238.

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

Color convert

RGB21416777-
CMYK00.220.640.16
HSL39.42º62.56%57.06%-
HSV(B)39.42º64.02%83.92%-
XYZ42.8942.4712.96-
YUV170.7975.07158.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.72%
GREEN value IS 167 (65.62% from 255) = 36.46%
BLUE value IS 77 (30.47% from 255) = 16.81%
R=46.72%
G=36.46%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141677700.220.640.1639.4262.5657.06
HexD6A74D0164010273f39
Octal32624711502610020477771
Binary11010110101001111001101010110100000010000100111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A74D; }

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

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

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

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

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

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

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

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