Html Css Color HEX #D9BA43 Old Gold

📋 copy color: '#D9BA43'

red 217 ◦ green 186 ◦ blue 67

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

Shades of Old Gold #D9BA43

Tints of Old Gold #D9BA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.26%

R = 46.17%
G = 39.57%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D9BA43 (or 0xD9BA43) is known color: Old Gold. HEX triplet: D9, BA and 43. RGB value is (217,186,67). Sum of RGB (Red+Green+Blue) = 217+186+67=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 67 (26.56% from 255 or 14.26% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BA43 is #2645BC. Grayscale: #B6B6B6. Windows color (decimal): -2508221 or 4438745. OLE color: 4438745.

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

Color convert

RGB 217 186 67 -
CMYK 0 0.14 0.69 0.15
HSL 47.6º 0.66% 0.56% -
HSV(B) 47.6º 0.69% 0.85% -
XYZ 47.19 50.27 12.53 -
YUV 181.7 63.27 153.18 -
System Red Green Blue C M Y K H S L
Decimal 217 186 67 0 0.14 0.69 0.15 47.6 0.66 0.56
Hex D9 BA 43 0 E 45 F 30 42 38
Octal 331 272 103 0 16 105 17 60 102 70
Binary 11011001 10111010 1000011 0 1110 1000101 1111 110000 1000010 111000

Color Harmonies of #D9BA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA43

Black with #D9BA43

Text Example


Text Example

White with #D9BA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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