Html Css Color HEX #D5B54E Rob Roy

📋 copy color: '#D5B54E'

red 213 ◦ green 181 ◦ blue 78

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

Shades of Rob Roy #D5B54E

Tints of Rob Roy #D5B54E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.35%

 BLUE value IS 78 (30.86% from 255) = 16.53%

R = 45.13%
G = 38.35%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5B54E (or 0xD5B54E) is known color: Rob Roy. HEX triplet: D5, B5 and 4E. RGB value is (213,181,78). Sum of RGB (Red+Green+Blue) = 213+181+78=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B54E is #2A4AB1. Grayscale: #B3B3B3. Windows color (decimal): -2771634 or 5158357. OLE color: 5158357.

HSL color Cylindrical-coordinate representation of color #D5B54E: hue angle of 45.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5B54E is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 181 78 -
CMYK 0 0.15 0.63 0.16
HSL 45.78º 0.62% 0.57% -
HSV(B) 45.78º 0.63% 0.84% -
XYZ 45.34 47.74 14.03 -
YUV 178.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 213 181 78 0 0.15 0.63 0.16 45.78 0.62 0.57
Hex D5 B5 4E 0 F 3F 10 2E 3E 39
Octal 325 265 116 0 17 77 20 56 76 71
Binary 11010101 10110101 1001110 0 1111 111111 10000 101110 111110 111001

Color Harmonies of #D5B54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B54E

Black with #D5B54E

Text Example


Text Example

White with #D5B54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B54E; }

 p { color: rgb(213,181,78); }

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

background-color css

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

 a { background-color: rgb(213,181,78); }

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

border-color css

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

 span { border-color: rgb(213,181,78); }

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