Html Css Color HEX #D4BA35 Old Gold

📋 copy color: '#D4BA35'

red 212 ◦ green 186 ◦ blue 53

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

Shades of Old Gold #D4BA35

Tints of Old Gold #D4BA35

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.24%

 BLUE value IS 53 (21.09% from 255) = 11.75%

R = 47.01%
G = 41.24%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D4BA35 (or 0xD4BA35) is known color: Old Gold. HEX triplet: D4, BA and 35. RGB value is (212,186,53). Sum of RGB (Red+Green+Blue) = 212+186+53=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA35 is #2B45CA. Grayscale: #B3B3B3. Windows color (decimal): -2835915 or 3521236. OLE color: 3521236.

HSL color Cylindrical-coordinate representation of color #D4BA35: hue angle of 50.19º 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 #D4BA35 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 53 -
CMYK 0 0.12 0.75 0.17
HSL 50.19º 0.65% 0.52% -
HSV(B) 50.19º 0.75% 0.83% -
XYZ 45.35 49.37 10.51 -
YUV 178.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 212 186 53 0 0.12 0.75 0.17 50.19 0.65 0.52
Hex D4 BA 35 0 C 4B 11 32 41 34
Octal 324 272 65 0 14 113 21 62 101 64
Binary 11010100 10111010 110101 0 1100 1001011 10001 110010 1000001 110100

Color Harmonies of #D4BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA35

Black with #D4BA35

Text Example


Text Example

White with #D4BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA35; }

 p { color: rgb(212,186,53); }

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

background-color css

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

 a { background-color: rgb(212,186,53); }

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

border-color css

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

 span { border-color: rgb(212,186,53); }

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