Html Css Color HEX #D5B055 Rob Roy

📋 copy color: '#D5B055'

red 213 ◦ green 176 ◦ blue 85

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

Shades of Rob Roy #D5B055

Tints of Rob Roy #D5B055

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.13%

 BLUE value IS 85 (33.59% from 255) = 17.93%

R = 44.94%
G = 37.13%
B = 17.93%

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

#D5B055 (or 0xD5B055) is known color: Rob Roy. HEX triplet: D5, B0 and 55. RGB value is (213,176,85). Sum of RGB (Red+Green+Blue) = 213+176+85=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B055 is #2A4FAA. Grayscale: #B1B1B1. Windows color (decimal): -2772907 or 5615829. OLE color: 5615829.

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

Color convert

RGB 213 176 85 -
CMYK 0 0.17 0.60 0.16
HSL 42.66º 0.6% 0.58% -
HSV(B) 42.66º 0.6% 0.84% -
XYZ 44.61 45.85 15.09 -
YUV 176.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 213 176 85 0 0.17 0.60 0.16 42.66 0.6 0.58
Hex D5 B0 55 0 11 3C 10 2B 3C 3A
Octal 325 260 125 0 21 74 20 53 74 72
Binary 11010101 10110000 1010101 0 10001 111100 10000 101011 111100 111010

Color Harmonies of #D5B055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B055

Black with #D5B055

Text Example


Text Example

White with #D5B055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B055; }

 p { color: rgb(213,176,85); }

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

background-color css

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

 a { background-color: rgb(213,176,85); }

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

border-color css

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

 span { border-color: rgb(213,176,85); }

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