Html Css Color HEX #D4BE3A Old Gold

📋 copy color: '#D4BE3A'

red 212 ◦ green 190 ◦ blue 58

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

Shades of Old Gold #D4BE3A

Tints of Old Gold #D4BE3A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.3%

 BLUE value IS 58 (23.05% from 255) = 12.61%

R = 46.09%
G = 41.3%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4BE3A (or 0xD4BE3A) is known color: Old Gold. HEX triplet: D4, BE and 3A. RGB value is (212,190,58). Sum of RGB (Red+Green+Blue) = 212+190+58=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BE3A is #2B41C5. Grayscale: #B6B6B6. Windows color (decimal): -2834886 or 3849940. OLE color: 3849940.

HSL color Cylindrical-coordinate representation of color #D4BE3A: hue angle of 51.43º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4BE3A is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 190 58 -
CMYK 0 0.10 0.73 0.17
HSL 51.43º 0.64% 0.53% -
HSV(B) 51.43º 0.73% 0.83% -
XYZ 46.33 51.13 11.43 -
YUV 181.53 58.29 149.73 -
System Red Green Blue C M Y K H S L
Decimal 212 190 58 0 0.10 0.73 0.17 51.43 0.64 0.53
Hex D4 BE 3A 0 A 49 11 33 40 35
Octal 324 276 72 0 12 111 21 63 100 65
Binary 11010100 10111110 111010 0 1010 1001001 10001 110011 1000000 110101

Color Harmonies of #D4BE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BE3A

Black with #D4BE3A

Text Example


Text Example

White with #D4BE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BE3A; }

 p { color: rgb(212,190,58); }

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

background-color css

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

 a { background-color: rgb(212,190,58); }

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

border-color css

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

 span { border-color: rgb(212,190,58); }

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