Html Css Color HEX #D7B050 Rob Roy

📋 copy color: '#D7B050'

red 215 ◦ green 176 ◦ blue 80

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

Shades of Rob Roy #D7B050

Tints of Rob Roy #D7B050

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.37%

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

R = 45.65%
G = 37.37%
B = 16.99%

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

#D7B050 (or 0xD7B050) is known color: Rob Roy. HEX triplet: D7, B0 and 50. RGB value is (215,176,80). Sum of RGB (Red+Green+Blue) = 215+176+80=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B050 is #284FAF. Grayscale: #B1B1B1. Windows color (decimal): -2641840 or 5288151. OLE color: 5288151.

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

Color convert

RGB 215 176 80 -
CMYK 0 0.18 0.63 0.16
HSL 42.67º 0.63% 0.58% -
HSV(B) 42.67º 0.63% 0.84% -
XYZ 45 46.08 14.11 -
YUV 176.72 73.42 155.31 -
System Red Green Blue C M Y K H S L
Decimal 215 176 80 0 0.18 0.63 0.16 42.67 0.63 0.58
Hex D7 B0 50 0 12 3F 10 2B 3F 3A
Octal 327 260 120 0 22 77 20 53 77 72
Binary 11010111 10110000 1010000 0 10010 111111 10000 101011 111111 111010

Color Harmonies of #D7B050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B050

Black with #D7B050

Text Example


Text Example

White with #D7B050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B050; }

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

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

background-color css

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

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

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

border-color css

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

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

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