Html Css Color HEX #D5B051 Rob Roy

📋 copy color: '#D5B051'

red 213 ◦ green 176 ◦ blue 81

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

Shades of Rob Roy #D5B051

Tints of Rob Roy #D5B051

RGB

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

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

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

R = 45.32%
G = 37.45%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5B051 (or 0xD5B051) is known color: Rob Roy. HEX triplet: D5, B0 and 51. RGB value is (213,176,81). Sum of RGB (Red+Green+Blue) = 213+176+81=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B051 is #2A4FAE. Grayscale: #B0B0B0. Windows color (decimal): -2772911 or 5353685. OLE color: 5353685.

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

Color convert

RGB 213 176 81 -
CMYK 0 0.17 0.62 0.16
HSL 43.18º 0.61% 0.58% -
HSV(B) 43.18º 0.62% 0.84% -
XYZ 44.45 45.79 14.28 -
YUV 176.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 213 176 81 0 0.17 0.62 0.16 43.18 0.61 0.58
Hex D5 B0 51 0 11 3E 10 2B 3D 3A
Octal 325 260 121 0 21 76 20 53 75 72
Binary 11010101 10110000 1010001 0 10001 111110 10000 101011 111101 111010

Color Harmonies of #D5B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B051

Black with #D5B051

Text Example


Text Example

White with #D5B051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B051; }

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

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

background-color css

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

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

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

border-color css

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

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

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