Html Css Color HEX #D4B934 Old Gold

📋 copy color: '#D4B934'

red 212 ◦ green 185 ◦ blue 52

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

Shades of Old Gold #D4B934

Tints of Old Gold #D4B934

RGB

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

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

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

R = 47.22%
G = 41.2%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D4B934 (or 0xD4B934) is known color: Old Gold. HEX triplet: D4, B9 and 34. RGB value is (212,185,52). Sum of RGB (Red+Green+Blue) = 212+185+52=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B934 is #2B46CB. Grayscale: #B2B2B2. Windows color (decimal): -2836172 or 3455444. OLE color: 3455444.

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

Color convert

RGB 212 185 52 -
CMYK 0 0.13 0.75 0.17
HSL 49.88º 0.65% 0.52% -
HSV(B) 49.88º 0.75% 0.83% -
XYZ 45.12 48.94 10.32 -
YUV 177.91 56.95 152.31 -
System Red Green Blue C M Y K H S L
Decimal 212 185 52 0 0.13 0.75 0.17 49.88 0.65 0.52
Hex D4 B9 34 0 D 4B 11 32 41 34
Octal 324 271 64 0 15 113 21 62 101 64
Binary 11010100 10111001 110100 0 1101 1001011 10001 110010 1000001 110100

Color Harmonies of #D4B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B934

Black with #D4B934

Text Example


Text Example

White with #D4B934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B934; }

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

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

background-color css

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

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

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

border-color css

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

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

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