Html Css Color HEX #D9BA4B Old Gold

📋 copy color: '#D9BA4B'

red 217 ◦ green 186 ◦ blue 75

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

Shades of Old Gold #D9BA4B

Tints of Old Gold #D9BA4B

RGB

 RED value IS 217 (85.16% from 255) = 45.4%

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

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

R = 45.4%
G = 38.91%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9BA4B (or 0xD9BA4B) is known color: Old Gold. HEX triplet: D9, BA and 4B. RGB value is (217,186,75). Sum of RGB (Red+Green+Blue) = 217+186+75=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA4B is #2645B4. Grayscale: #B7B7B7. Windows color (decimal): -2508213 or 4963033. OLE color: 4963033.

HSL color Cylindrical-coordinate representation of color #D9BA4B: hue angle of 46.9º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9BA4B is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 75 -
CMYK 0 0.14 0.65 0.15
HSL 46.9º 0.65% 0.57% -
HSV(B) 46.9º 0.65% 0.85% -
XYZ 47.44 50.38 13.88 -
YUV 182.62 67.27 152.53 -
System Red Green Blue C M Y K H S L
Decimal 217 186 75 0 0.14 0.65 0.15 46.9 0.65 0.57
Hex D9 BA 4B 0 E 41 F 2F 41 39
Octal 331 272 113 0 16 101 17 57 101 71
Binary 11011001 10111010 1001011 0 1110 1000001 1111 101111 1000001 111001

Color Harmonies of #D9BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA4B

Black with #D9BA4B

Text Example


Text Example

White with #D9BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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