Html Css Color HEX #D5BA32 Old Gold

📋 copy color: '#D5BA32'

red 213 ◦ green 186 ◦ blue 50

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

Shades of Old Gold #D5BA32

Tints of Old Gold #D5BA32

RGB

 RED value IS 213 (83.59% from 255) = 47.44%

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

 BLUE value IS 50 (19.92% from 255) = 11.14%

R = 47.44%
G = 41.43%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5BA32 (or 0xD5BA32) is known color: Old Gold. HEX triplet: D5, BA and 32. RGB value is (213,186,50). Sum of RGB (Red+Green+Blue) = 213+186+50=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA32 is #2A45CD. Grayscale: #B3B3B3. Windows color (decimal): -2770382 or 3324629. OLE color: 3324629.

HSL color Cylindrical-coordinate representation of color #D5BA32: hue angle of 50.06º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5BA32 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 50 -
CMYK 0 0.13 0.77 0.16
HSL 50.06º 0.66% 0.52% -
HSV(B) 50.06º 0.77% 0.84% -
XYZ 45.58 49.49 10.17 -
YUV 178.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 213 186 50 0 0.13 0.77 0.16 50.06 0.66 0.52
Hex D5 BA 32 0 D 4D 10 32 42 34
Octal 325 272 62 0 15 115 20 62 102 64
Binary 11010101 10111010 110010 0 1101 1001101 10000 110010 1000010 110100

Color Harmonies of #D5BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA32

Black with #D5BA32

Text Example


Text Example

White with #D5BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA32; }

 p { color: rgb(213,186,50); }

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

background-color css

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

 a { background-color: rgb(213,186,50); }

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

border-color css

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

 span { border-color: rgb(213,186,50); }

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