Html Css Color HEX #D7B151 Rob Roy

📋 copy color: '#D7B151'

red 215 ◦ green 177 ◦ blue 81

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

Shades of Rob Roy #D7B151

Tints of Rob Roy #D7B151

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.42%

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

R = 45.45%
G = 37.42%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D7B151 (or 0xD7B151) is known color: Rob Roy. HEX triplet: D7, B1 and 51. RGB value is (215,177,81). Sum of RGB (Red+Green+Blue) = 215+177+81=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 81 (32.03% from 255 or 17.12% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B151 is #284EAE. Grayscale: #B1B1B1. Windows color (decimal): -2641583 or 5353943. OLE color: 5353943.

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

Color convert

RGB 215 177 81 -
CMYK 0 0.18 0.62 0.16
HSL 42.99º 0.63% 0.58% -
HSV(B) 42.99º 0.62% 0.84% -
XYZ 45.23 46.49 14.37 -
YUV 177.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 215 177 81 0 0.18 0.62 0.16 42.99 0.63 0.58
Hex D7 B1 51 0 12 3E 10 2B 3F 3A
Octal 327 261 121 0 22 76 20 53 77 72
Binary 11010111 10110001 1010001 0 10010 111110 10000 101011 111111 111010

Color Harmonies of #D7B151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B151

Black with #D7B151

Text Example


Text Example

White with #D7B151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B151; }

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

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

background-color css

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

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

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

border-color css

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

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

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