Html Css Color HEX #D5BC2F Old Gold

📋 copy color: '#D5BC2F'

red 213 ◦ green 188 ◦ blue 47

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

Shades of Old Gold #D5BC2F

Tints of Old Gold #D5BC2F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.96%

 BLUE value IS 47 (18.75% from 255) = 10.49%

R = 47.54%
G = 41.96%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5BC2F (or 0xD5BC2F) is known color: Old Gold. HEX triplet: D5, BC and 2F. RGB value is (213,188,47). Sum of RGB (Red+Green+Blue) = 213+188+47=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 47 (18.75% from 255 or 10.49% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BC2F is #2A43D0. Grayscale: #B3B3B3. Windows color (decimal): -2769873 or 3128533. OLE color: 3128533.

HSL color Cylindrical-coordinate representation of color #D5BC2F: hue angle of 50.96º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5BC2F is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 188 47 -
CMYK 0 0.12 0.78 0.16
HSL 50.96º 0.66% 0.51% -
HSV(B) 50.96º 0.78% 0.84% -
XYZ 45.94 50.32 9.98 -
YUV 179.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 213 188 47 0 0.12 0.78 0.16 50.96 0.66 0.51
Hex D5 BC 2F 0 C 4E 10 33 42 33
Octal 325 274 57 0 14 116 20 63 102 63
Binary 11010101 10111100 101111 0 1100 1001110 10000 110011 1000010 110011

Color Harmonies of #D5BC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BC2F

Black with #D5BC2F

Text Example


Text Example

White with #D5BC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BC2F; }

 p { color: rgb(213,188,47); }

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

background-color css

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

 a { background-color: rgb(213,188,47); }

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

border-color css

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

 span { border-color: rgb(213,188,47); }

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