Html Css Color HEX #D3B151 Rob Roy

📋 copy color: '#D3B151'

red 211 ◦ green 177 ◦ blue 81

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

Shades of Rob Roy #D3B151

Tints of Rob Roy #D3B151

RGB

 RED value IS 211 (82.81% from 255) = 44.99%

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

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

R = 44.99%
G = 37.74%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D3B151 (or 0xD3B151) is known color: Rob Roy. HEX triplet: D3, B1 and 51. RGB value is (211,177,81). Sum of RGB (Red+Green+Blue) = 211+177+81=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B151 is #2C4EAE. Grayscale: #B0B0B0. Windows color (decimal): -2903727 or 5353939. OLE color: 5353939.

HSL color Cylindrical-coordinate representation of color #D3B151: hue angle of 44.31º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3B151 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 177 81 -
CMYK 0 0.16 0.62 0.17
HSL 44.31º 0.6% 0.57% -
HSV(B) 44.31º 0.62% 0.83% -
XYZ 44.07 45.89 14.32 -
YUV 176.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 211 177 81 0 0.16 0.62 0.17 44.31 0.6 0.57
Hex D3 B1 51 0 10 3E 11 2C 3C 39
Octal 323 261 121 0 20 76 21 54 74 71
Binary 11010011 10110001 1010001 0 10000 111110 10001 101100 111100 111001

Color Harmonies of #D3B151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B151

Black with #D3B151

Text Example


Text Example

White with #D3B151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B151; }

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

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

background-color css

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

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

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

border-color css

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

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

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