Html Css Color HEX #D5B934 Old Gold

📋 copy color: '#D5B934'

red 213 ◦ green 185 ◦ blue 52

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

Shades of Old Gold #D5B934

Tints of Old Gold #D5B934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.11%

 BLUE value IS 52 (20.7% from 255) = 11.56%

R = 47.33%
G = 41.11%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D5B934 (or 0xD5B934) is known color: Old Gold. HEX triplet: D5, B9 and 34. RGB value is (213,185,52). Sum of RGB (Red+Green+Blue) = 213+185+52=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 52 (20.70% from 255 or 11.56% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B934 is #2A46CB. Grayscale: #B2B2B2. Windows color (decimal): -2770636 or 3455445. OLE color: 3455445.

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

Color convert

RGB 213 185 52 -
CMYK 0 0.13 0.76 0.16
HSL 49.57º 0.66% 0.52% -
HSV(B) 49.57º 0.76% 0.84% -
XYZ 45.41 49.09 10.33 -
YUV 178.21 56.78 152.81 -
System Red Green Blue C M Y K H S L
Decimal 213 185 52 0 0.13 0.76 0.16 49.57 0.66 0.52
Hex D5 B9 34 0 D 4C 10 32 42 34
Octal 325 271 64 0 15 114 20 62 102 64
Binary 11010101 10111001 110100 0 1101 1001100 10000 110010 1000010 110100

Color Harmonies of #D5B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B934

Black with #D5B934

Text Example


Text Example

White with #D5B934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B934; }

 p { color: rgb(213,185,52); }

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

background-color css

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

 a { background-color: rgb(213,185,52); }

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

border-color css

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

 span { border-color: rgb(213,185,52); }

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