Html Css Color HEX #D4BA37 Old Gold

📋 copy color: '#D4BA37'

red 212 ◦ green 186 ◦ blue 55

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

Shades of Old Gold #D4BA37

Tints of Old Gold #D4BA37

RGB

 RED value IS 212 (83.2% from 255) = 46.8%

 GREEN value IS 186 (73.05% from 255) = 41.06%

 BLUE value IS 55 (21.88% from 255) = 12.14%

R = 46.8%
G = 41.06%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D4BA37 (or 0xD4BA37) is known color: Old Gold. HEX triplet: D4, BA and 37. RGB value is (212,186,55). Sum of RGB (Red+Green+Blue) = 212+186+55=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 55 (21.88% from 255 or 12.14% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA37 is #2B45C8. Grayscale: #B3B3B3. Windows color (decimal): -2835913 or 3652308. OLE color: 3652308.

HSL color Cylindrical-coordinate representation of color #D4BA37: hue angle of 50.06º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4BA37 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 55 -
CMYK 0 0.12 0.74 0.17
HSL 50.06º 0.65% 0.52% -
HSV(B) 50.06º 0.74% 0.83% -
XYZ 45.4 49.39 10.75 -
YUV 178.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 212 186 55 0 0.12 0.74 0.17 50.06 0.65 0.52
Hex D4 BA 37 0 C 4A 11 32 41 34
Octal 324 272 67 0 14 112 21 62 101 64
Binary 11010100 10111010 110111 0 1100 1001010 10001 110010 1000001 110100

Color Harmonies of #D4BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA37

Black with #D4BA37

Text Example


Text Example

White with #D4BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA37; }

 p { color: rgb(212,186,55); }

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

background-color css

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

 a { background-color: rgb(212,186,55); }

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

border-color css

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

 span { border-color: rgb(212,186,55); }

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