Html Css Color HEX #D4B938 Old Gold

📋 copy color: '#D4B938'

red 212 ◦ green 185 ◦ blue 56

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

Shades of Old Gold #D4B938

Tints of Old Gold #D4B938

RGB

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

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

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

R = 46.8%
G = 40.84%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D4B938 (or 0xD4B938) is known color: Old Gold. HEX triplet: D4, B9 and 38. RGB value is (212,185,56). Sum of RGB (Red+Green+Blue) = 212+185+56=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B938 is #2B46C7. Grayscale: #B2B2B2. Windows color (decimal): -2836168 or 3717588. OLE color: 3717588.

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

Color convert

RGB 212 185 56 -
CMYK 0 0.13 0.74 0.17
HSL 49.62º 0.64% 0.53% -
HSV(B) 49.62º 0.74% 0.83% -
XYZ 45.21 48.98 10.81 -
YUV 178.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 212 185 56 0 0.13 0.74 0.17 49.62 0.64 0.53
Hex D4 B9 38 0 D 4A 11 32 40 35
Octal 324 271 70 0 15 112 21 62 100 65
Binary 11010100 10111001 111000 0 1101 1001010 10001 110010 1000000 110101

Color Harmonies of #D4B938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B938

Black with #D4B938

Text Example


Text Example

White with #D4B938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B938; }

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

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

background-color css

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

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

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

border-color css

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

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

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