Html Css Color HEX #D3B153 Rob Roy

📋 copy color: '#D3B153'

red 211 ◦ green 177 ◦ blue 83

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

Shades of Rob Roy #D3B153

Tints of Rob Roy #D3B153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.62%

R = 44.8%
G = 37.58%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D3B153 (or 0xD3B153) is known color: Rob Roy. HEX triplet: D3, B1 and 53. RGB value is (211,177,83). Sum of RGB (Red+Green+Blue) = 211+177+83=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B153 is #2C4EAC. Grayscale: #B0B0B0. Windows color (decimal): -2903725 or 5485011. OLE color: 5485011.

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

Color convert

RGB 211 177 83 -
CMYK 0 0.16 0.61 0.17
HSL 44.06º 0.59% 0.58% -
HSV(B) 44.06º 0.61% 0.83% -
XYZ 44.15 45.92 14.72 -
YUV 176.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 211 177 83 0 0.16 0.61 0.17 44.06 0.59 0.58
Hex D3 B1 53 0 10 3D 11 2C 3B 3A
Octal 323 261 123 0 20 75 21 54 73 72
Binary 11010011 10110001 1010011 0 10000 111101 10001 101100 111011 111010

Color Harmonies of #D3B153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B153

Black with #D3B153

Text Example


Text Example

White with #D3B153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B153; }

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

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

background-color css

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

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

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

border-color css

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

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

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