Html Css Color HEX #D7A551 Rob Roy

📋 copy color: '#D7A551'

red 215 ◦ green 165 ◦ blue 81

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

Shades of Rob Roy #D7A551

Tints of Rob Roy #D7A551

RGB

 RED value IS 215 (84.38% from 255) = 46.64%

 GREEN value IS 165 (64.84% from 255) = 35.79%

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

R = 46.64%
G = 35.79%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D7A551 (or 0xD7A551) is known color: Rob Roy. HEX triplet: D7, A5 and 51. RGB value is (215,165,81). Sum of RGB (Red+Green+Blue) = 215+165+81=461 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.64% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A551 is #285AAE. Grayscale: #AAAAAA. Windows color (decimal): -2644655 or 5350871. OLE color: 5350871.

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

Color convert

RGB 215 165 81 -
CMYK 0 0.23 0.62 0.16
HSL 37.61º 0.63% 0.58% -
HSV(B) 37.61º 0.62% 0.84% -
XYZ 42.96 41.95 13.62 -
YUV 170.37 77.57 159.83 -
System Red Green Blue C M Y K H S L
Decimal 215 165 81 0 0.23 0.62 0.16 37.61 0.63 0.58
Hex D7 A5 51 0 17 3E 10 26 3F 3A
Octal 327 245 121 0 27 76 20 46 77 72
Binary 11010111 10100101 1010001 0 10111 111110 10000 100110 111111 111010

Color Harmonies of #D7A551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A551

Black with #D7A551

Text Example


Text Example

White with #D7A551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A551; }

 p { color: rgb(215,165,81); }

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

background-color css

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

 a { background-color: rgb(215,165,81); }

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

border-color css

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

 span { border-color: rgb(215,165,81); }

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