Html Css Color HEX #D5B256 Rob Roy

📋 copy color: '#D5B256'

red 213 ◦ green 178 ◦ blue 86

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

Shades of Rob Roy #D5B256

Tints of Rob Roy #D5B256

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.32%

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

R = 44.65%
G = 37.32%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D5B256 (or 0xD5B256) is known color: Rob Roy. HEX triplet: D5, B2 and 56. RGB value is (213,178,86). Sum of RGB (Red+Green+Blue) = 213+178+86=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B256 is #2A4DA9. Grayscale: #B2B2B2. Windows color (decimal): -2772394 or 5681877. OLE color: 5681877.

HSL color Cylindrical-coordinate representation of color #D5B256: hue angle of 43.46º 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 #D5B256 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 178 86 -
CMYK 0 0.16 0.60 0.16
HSL 43.46º 0.6% 0.59% -
HSV(B) 43.46º 0.6% 0.84% -
XYZ 45.04 46.66 15.44 -
YUV 177.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 213 178 86 0 0.16 0.60 0.16 43.46 0.6 0.59
Hex D5 B2 56 0 10 3C 10 2B 3C 3B
Octal 325 262 126 0 20 74 20 53 74 73
Binary 11010101 10110010 1010110 0 10000 111100 10000 101011 111100 111011

Color Harmonies of #D5B256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B256

Black with #D5B256

Text Example


Text Example

White with #D5B256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B256; }

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

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

background-color css

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

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

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

border-color css

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

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

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