Html Css Color HEX #D5B938 Old Gold

📋 copy color: '#D5B938'

red 213 ◦ green 185 ◦ blue 56

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

Shades of Old Gold #D5B938

Tints of Old Gold #D5B938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.33%

R = 46.92%
G = 40.75%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D5B938 (or 0xD5B938) is known color: Old Gold. HEX triplet: D5, B9 and 38. RGB value is (213,185,56). Sum of RGB (Red+Green+Blue) = 213+185+56=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B938 is #2A46C7. Grayscale: #B3B3B3. Windows color (decimal): -2770632 or 3717589. OLE color: 3717589.

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

Color convert

RGB 213 185 56 -
CMYK 0 0.13 0.74 0.16
HSL 49.3º 0.65% 0.53% -
HSV(B) 49.3º 0.74% 0.84% -
XYZ 45.5 49.13 10.83 -
YUV 178.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 213 185 56 0 0.13 0.74 0.16 49.3 0.65 0.53
Hex D5 B9 38 0 D 4A 10 31 41 35
Octal 325 271 70 0 15 112 20 61 101 65
Binary 11010101 10111001 111000 0 1101 1001010 10000 110001 1000001 110101

Color Harmonies of #D5B938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B938

Black with #D5B938

Text Example


Text Example

White with #D5B938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B938; }

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

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

background-color css

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

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

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

border-color css

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

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

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