Html Css Color HEX #D7B150 Rob Roy

📋 copy color: '#D7B150'

red 215 ◦ green 177 ◦ blue 80

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

Shades of Rob Roy #D7B150

Tints of Rob Roy #D7B150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.95%

R = 45.55%
G = 37.5%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7B150 (or 0xD7B150) is known color: Rob Roy. HEX triplet: D7, B1 and 50. RGB value is (215,177,80). Sum of RGB (Red+Green+Blue) = 215+177+80=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B150 is #284EAF. Grayscale: #B1B1B1. Windows color (decimal): -2641584 or 5288407. OLE color: 5288407.

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

Color convert

RGB 215 177 80 -
CMYK 0 0.18 0.63 0.16
HSL 43.11º 0.63% 0.58% -
HSV(B) 43.11º 0.63% 0.84% -
XYZ 45.19 46.47 14.18 -
YUV 177.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 215 177 80 0 0.18 0.63 0.16 43.11 0.63 0.58
Hex D7 B1 50 0 12 3F 10 2B 3F 3A
Octal 327 261 120 0 22 77 20 53 77 72
Binary 11010111 10110001 1010000 0 10010 111111 10000 101011 111111 111010

Color Harmonies of #D7B150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B150

Black with #D7B150

Text Example


Text Example

White with #D7B150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B150; }

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

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

background-color css

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

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

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

border-color css

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

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

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