Html Css Color HEX #D9BB3E Old Gold

📋 copy color: '#D9BB3E'

red 217 ◦ green 187 ◦ blue 62

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

Shades of Old Gold #D9BB3E

Tints of Old Gold #D9BB3E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.13%

 BLUE value IS 62 (24.61% from 255) = 13.3%

R = 46.57%
G = 40.13%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9BB3E (or 0xD9BB3E) is known color: Old Gold. HEX triplet: D9, BB and 3E. RGB value is (217,187,62). Sum of RGB (Red+Green+Blue) = 217+187+62=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 62 (24.61% from 255 or 13.30% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BB3E is #2644C1. Grayscale: #B6B6B6. Windows color (decimal): -2507970 or 4111321. OLE color: 4111321.

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

Color convert

RGB 217 187 62 -
CMYK 0 0.14 0.71 0.15
HSL 48.39º 0.67% 0.55% -
HSV(B) 48.39º 0.71% 0.85% -
XYZ 47.26 50.64 11.84 -
YUV 181.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 217 187 62 0 0.14 0.71 0.15 48.39 0.67 0.55
Hex D9 BB 3E 0 E 47 F 30 43 37
Octal 331 273 76 0 16 107 17 60 103 67
Binary 11011001 10111011 111110 0 1110 1000111 1111 110000 1000011 110111

Color Harmonies of #D9BB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BB3E

Black with #D9BB3E

Text Example


Text Example

White with #D9BB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BB3E; }

 p { color: rgb(217,187,62); }

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

background-color css

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

 a { background-color: rgb(217,187,62); }

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

border-color css

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

 span { border-color: rgb(217,187,62); }

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