Html Css Color HEX #D5B153 Rob Roy

📋 copy color: '#D5B153'

red 213 ◦ green 177 ◦ blue 83

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

Shades of Rob Roy #D5B153

Tints of Rob Roy #D5B153

RGB

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

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

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

R = 45.03%
G = 37.42%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D5B153 (or 0xD5B153) is known color: Rob Roy. HEX triplet: D5, B1 and 53. RGB value is (213,177,83). Sum of RGB (Red+Green+Blue) = 213+177+83=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B153 is #2A4EAC. Grayscale: #B1B1B1. Windows color (decimal): -2772653 or 5485013. OLE color: 5485013.

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

Color convert

RGB 213 177 83 -
CMYK 0 0.17 0.61 0.16
HSL 43.38º 0.61% 0.58% -
HSV(B) 43.38º 0.61% 0.84% -
XYZ 44.72 46.21 14.75 -
YUV 177.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 213 177 83 0 0.17 0.61 0.16 43.38 0.61 0.58
Hex D5 B1 53 0 11 3D 10 2B 3D 3A
Octal 325 261 123 0 21 75 20 53 75 72
Binary 11010101 10110001 1010011 0 10001 111101 10000 101011 111101 111010

Color Harmonies of #D5B153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B153

Black with #D5B153

Text Example


Text Example

White with #D5B153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B153; }

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

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

background-color css

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

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

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

border-color css

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

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

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