Html Css Color HEX #D4B93B Old Gold

📋 copy color: '#D4B93B'

red 212 ◦ green 185 ◦ blue 59

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

Shades of Old Gold #D4B93B

Tints of Old Gold #D4B93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.94%

R = 46.49%
G = 40.57%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4B93B (or 0xD4B93B) is known color: Old Gold. HEX triplet: D4, B9 and 3B. RGB value is (212,185,59). Sum of RGB (Red+Green+Blue) = 212+185+59=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B93B is #2B46C4. Grayscale: #B3B3B3. Windows color (decimal): -2836165 or 3914196. OLE color: 3914196.

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

Color convert

RGB 212 185 59 -
CMYK 0 0.13 0.72 0.17
HSL 49.41º 0.64% 0.53% -
HSV(B) 49.41º 0.72% 0.83% -
XYZ 45.29 49.01 11.21 -
YUV 178.71 60.45 151.75 -
System Red Green Blue C M Y K H S L
Decimal 212 185 59 0 0.13 0.72 0.17 49.41 0.64 0.53
Hex D4 B9 3B 0 D 48 11 31 40 35
Octal 324 271 73 0 15 110 21 61 100 65
Binary 11010100 10111001 111011 0 1101 1001000 10001 110001 1000000 110101

Color Harmonies of #D4B93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B93B

Black with #D4B93B

Text Example


Text Example

White with #D4B93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B93B; }

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

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

background-color css

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

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

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

border-color css

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

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

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