Html Css Color HEX #D5BA4B Old Gold

📋 copy color: '#D5BA4B'

red 213 ◦ green 186 ◦ blue 75

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

Shades of Old Gold #D5BA4B

Tints of Old Gold #D5BA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.82%

R = 44.94%
G = 39.24%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5BA4B (or 0xD5BA4B) is known color: Old Gold. HEX triplet: D5, BA and 4B. RGB value is (213,186,75). Sum of RGB (Red+Green+Blue) = 213+186+75=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BA4B is #2A45B4. Grayscale: #B5B5B5. Windows color (decimal): -2770357 or 4963029. OLE color: 4963029.

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

Color convert

RGB 213 186 75 -
CMYK 0 0.13 0.65 0.16
HSL 48.26º 0.62% 0.56% -
HSV(B) 48.26º 0.65% 0.84% -
XYZ 46.27 49.77 13.82 -
YUV 181.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 213 186 75 0 0.13 0.65 0.16 48.26 0.62 0.56
Hex D5 BA 4B 0 D 41 10 30 3E 38
Octal 325 272 113 0 15 101 20 60 76 70
Binary 11010101 10111010 1001011 0 1101 1000001 10000 110000 111110 111000

Color Harmonies of #D5BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA4B

Black with #D5BA4B

Text Example


Text Example

White with #D5BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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