Html Css Color HEX #D3B351 Rob Roy

📋 copy color: '#D3B351'

red 211 ◦ green 179 ◦ blue 81

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

Shades of Rob Roy #D3B351

Tints of Rob Roy #D3B351

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38%

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

R = 44.8%
G = 38%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D3B351 (or 0xD3B351) is known color: Rob Roy. HEX triplet: D3, B3 and 51. RGB value is (211,179,81). Sum of RGB (Red+Green+Blue) = 211+179+81=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 81 (32.03% from 255 or 17.20% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B351 is #2C4CAE. Grayscale: #B1B1B1. Windows color (decimal): -2903215 or 5354451. OLE color: 5354451.

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

Color convert

RGB 211 179 81 -
CMYK 0 0.15 0.62 0.17
HSL 45.23º 0.6% 0.57% -
HSV(B) 45.23º 0.62% 0.83% -
XYZ 44.47 46.68 14.45 -
YUV 177.4 73.6 151.97 -
System Red Green Blue C M Y K H S L
Decimal 211 179 81 0 0.15 0.62 0.17 45.23 0.6 0.57
Hex D3 B3 51 0 F 3E 11 2D 3C 39
Octal 323 263 121 0 17 76 21 55 74 71
Binary 11010011 10110011 1010001 0 1111 111110 10001 101101 111100 111001

Color Harmonies of #D3B351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B351

Black with #D3B351

Text Example


Text Example

White with #D3B351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B351; }

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

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

background-color css

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

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

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

border-color css

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

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

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