Html Css Color HEX #D3B352 Rob Roy

📋 copy color: '#D3B352'

red 211 ◦ green 179 ◦ blue 82

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

Shades of Rob Roy #D3B352

Tints of Rob Roy #D3B352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.37%

R = 44.7%
G = 37.92%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D3B352 (or 0xD3B352) is known color: Rob Roy. HEX triplet: D3, B3 and 52. RGB value is (211,179,82). Sum of RGB (Red+Green+Blue) = 211+179+82=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B352 is #2C4CAD. Grayscale: #B1B1B1. Windows color (decimal): -2903214 or 5419987. OLE color: 5419987.

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

Color convert

RGB 211 179 82 -
CMYK 0 0.15 0.61 0.17
HSL 45.12º 0.59% 0.57% -
HSV(B) 45.12º 0.61% 0.83% -
XYZ 44.51 46.7 14.65 -
YUV 177.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 211 179 82 0 0.15 0.61 0.17 45.12 0.59 0.57
Hex D3 B3 52 0 F 3D 11 2D 3B 39
Octal 323 263 122 0 17 75 21 55 73 71
Binary 11010011 10110011 1010010 0 1111 111101 10001 101101 111011 111001

Color Harmonies of #D3B352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B352

Black with #D3B352

Text Example


Text Example

White with #D3B352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B352; }

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

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

background-color css

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

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

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

border-color css

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

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

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