Html Css Color HEX #D5B057 Rob Roy

📋 copy color: '#D5B057'

red 213 ◦ green 176 ◦ blue 87

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

Shades of Rob Roy #D5B057

Tints of Rob Roy #D5B057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.28%

R = 44.75%
G = 36.97%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5B057 (or 0xD5B057) is known color: Rob Roy. HEX triplet: D5, B0 and 57. RGB value is (213,176,87). Sum of RGB (Red+Green+Blue) = 213+176+87=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B057 is #2A4FA8. Grayscale: #B1B1B1. Windows color (decimal): -2772905 or 5746901. OLE color: 5746901.

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

Color convert

RGB 213 176 87 -
CMYK 0 0.17 0.59 0.16
HSL 42.38º 0.6% 0.59% -
HSV(B) 42.38º 0.59% 0.84% -
XYZ 44.69 45.88 15.52 -
YUV 176.92 77.26 153.74 -
System Red Green Blue C M Y K H S L
Decimal 213 176 87 0 0.17 0.59 0.16 42.38 0.6 0.59
Hex D5 B0 57 0 11 3B 10 2A 3C 3B
Octal 325 260 127 0 21 73 20 52 74 73
Binary 11010101 10110000 1010111 0 10001 111011 10000 101010 111100 111011

Color Harmonies of #D5B057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B057

Black with #D5B057

Text Example


Text Example

White with #D5B057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B057; }

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

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

background-color css

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

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

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

border-color css

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

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

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