Html Css Color HEX #D4B92F Old Gold

📋 copy color: '#D4B92F'

red 212 ◦ green 185 ◦ blue 47

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

Shades of Old Gold #D4B92F

Tints of Old Gold #D4B92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.59%

R = 47.75%
G = 41.67%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4B92F (or 0xD4B92F) is known color: Old Gold. HEX triplet: D4, B9 and 2F. RGB value is (212,185,47). Sum of RGB (Red+Green+Blue) = 212+185+47=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B92F is #2B46D0. Grayscale: #B1B1B1. Windows color (decimal): -2836177 or 3127764. OLE color: 3127764.

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

Color convert

RGB 212 185 47 -
CMYK 0 0.13 0.78 0.17
HSL 50.18º 0.66% 0.51% -
HSV(B) 50.18º 0.78% 0.83% -
XYZ 45.01 48.9 9.76 -
YUV 177.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 212 185 47 0 0.13 0.78 0.17 50.18 0.66 0.51
Hex D4 B9 2F 0 D 4E 11 32 42 33
Octal 324 271 57 0 15 116 21 62 102 63
Binary 11010100 10111001 101111 0 1101 1001110 10001 110010 1000010 110011

Color Harmonies of #D4B92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B92F

Black with #D4B92F

Text Example


Text Example

White with #D4B92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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