Html Css Color HEX #D4BA33 Old Gold

📋 copy color: '#D4BA33'

red 212 ◦ green 186 ◦ blue 51

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

Shades of Old Gold #D4BA33

Tints of Old Gold #D4BA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.36%

R = 47.22%
G = 41.43%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D4BA33 (or 0xD4BA33) is known color: Old Gold. HEX triplet: D4, BA and 33. RGB value is (212,186,51). Sum of RGB (Red+Green+Blue) = 212+186+51=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA33 is #2B45CC. Grayscale: #B2B2B2. Windows color (decimal): -2835917 or 3390164. OLE color: 3390164.

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

Color convert

RGB 212 186 51 -
CMYK 0 0.12 0.76 0.17
HSL 50.31º 0.65% 0.52% -
HSV(B) 50.31º 0.76% 0.83% -
XYZ 45.31 49.35 10.27 -
YUV 178.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 212 186 51 0 0.12 0.76 0.17 50.31 0.65 0.52
Hex D4 BA 33 0 C 4C 11 32 41 34
Octal 324 272 63 0 14 114 21 62 101 64
Binary 11010100 10111010 110011 0 1100 1001100 10001 110010 1000001 110100

Color Harmonies of #D4BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA33

Black with #D4BA33

Text Example


Text Example

White with #D4BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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