Html Css Color HEX #D5A851 Rob Roy

📋 copy color: '#D5A851'

red 213 ◦ green 168 ◦ blue 81

#D5A851
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #D5A851

Tints of Rob Roy #D5A851

RGB

 RED value IS 213 (83.59% from 255) = 46.1%

 GREEN value IS 168 (66.02% from 255) = 36.36%

 BLUE value IS 81 (32.03% from 255) = 17.53%

R = 46.1%
G = 36.36%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5A851 (or 0xD5A851) is known color: Rob Roy. HEX triplet: D5, A8 and 51. RGB value is (213,168,81). Sum of RGB (Red+Green+Blue) = 213+168+81=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A851 is #2A57AE. Grayscale: #ABABAB. Windows color (decimal): -2774959 or 5351637. OLE color: 5351637.

HSL color Cylindrical-coordinate representation of color #D5A851: hue angle of 39.55º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5A851 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 81 -
CMYK 0 0.21 0.62 0.16
HSL 39.55º 0.61% 0.58% -
HSV(B) 39.55º 0.62% 0.84% -
XYZ 42.93 42.75 13.77 -
YUV 171.54 76.91 157.57 -
System Red Green Blue C M Y K H S L
Decimal 213 168 81 0 0.21 0.62 0.16 39.55 0.61 0.58
Hex D5 A8 51 0 15 3E 10 28 3D 3A
Octal 325 250 121 0 25 76 20 50 75 72
Binary 11010101 10101000 1010001 0 10101 111110 10000 101000 111101 111010

Color Harmonies of #D5A851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A851

Black with #D5A851

Text Example


Text Example

White with #D5A851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A851; }

 p { color: rgb(213,168,81); }

 H1.HeaderClassName
 {
   color: #D5A851;
 }
 .AnyTagClassName
 {
   color: #D5A851;
 }
</style>

background-color css

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

 a { background-color: rgb(213,168,81); }

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

border-color css

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

 span { border-color: rgb(213,168,81); }

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