Html Css Color HEX #D5B54B Old Gold

📋 copy color: '#D5B54B'

red 213 ◦ green 181 ◦ blue 75

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

Shades of Old Gold #D5B54B

Tints of Old Gold #D5B54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.99%

R = 45.42%
G = 38.59%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5B54B (or 0xD5B54B) is known color: Old Gold. HEX triplet: D5, B5 and 4B. RGB value is (213,181,75). Sum of RGB (Red+Green+Blue) = 213+181+75=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B54B is #2A4AB4. Grayscale: #B2B2B2. Windows color (decimal): -2771637 or 4961749. OLE color: 4961749.

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

Color convert

RGB 213 181 75 -
CMYK 0 0.15 0.65 0.16
HSL 46.09º 0.62% 0.56% -
HSV(B) 46.09º 0.65% 0.84% -
XYZ 45.23 47.7 13.48 -
YUV 178.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 213 181 75 0 0.15 0.65 0.16 46.09 0.62 0.56
Hex D5 B5 4B 0 F 41 10 2E 3E 38
Octal 325 265 113 0 17 101 20 56 76 70
Binary 11010101 10110101 1001011 0 1111 1000001 10000 101110 111110 111000

Color Harmonies of #D5B54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B54B

Black with #D5B54B

Text Example


Text Example

White with #D5B54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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