Html Css Color HEX #D5B156 Rob Roy

📋 copy color: '#D5B156'

red 213 ◦ green 177 ◦ blue 86

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

Shades of Rob Roy #D5B156

Tints of Rob Roy #D5B156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.07%

R = 44.75%
G = 37.18%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D5B156 (or 0xD5B156) is known color: Rob Roy. HEX triplet: D5, B1 and 56. RGB value is (213,177,86). Sum of RGB (Red+Green+Blue) = 213+177+86=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B156 is #2A4EA9. Grayscale: #B1B1B1. Windows color (decimal): -2772650 or 5681621. OLE color: 5681621.

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

Color convert

RGB 213 177 86 -
CMYK 0 0.17 0.60 0.16
HSL 42.99º 0.6% 0.59% -
HSV(B) 42.99º 0.6% 0.84% -
XYZ 44.84 46.26 15.37 -
YUV 177.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 213 177 86 0 0.17 0.60 0.16 42.99 0.6 0.59
Hex D5 B1 56 0 11 3C 10 2B 3C 3B
Octal 325 261 126 0 21 74 20 53 74 73
Binary 11010101 10110001 1010110 0 10001 111100 10000 101011 111100 111011

Color Harmonies of #D5B156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B156

Black with #D5B156

Text Example


Text Example

White with #D5B156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B156; }

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

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

background-color css

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

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

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

border-color css

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

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

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