Html Css Color HEX #D9BE3E Old Gold

📋 copy color: '#D9BE3E'

red 217 ◦ green 190 ◦ blue 62

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

Shades of Old Gold #D9BE3E

Tints of Old Gold #D9BE3E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.51%

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

R = 46.27%
G = 40.51%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9BE3E (or 0xD9BE3E) is known color: Old Gold. HEX triplet: D9, BE and 3E. RGB value is (217,190,62). Sum of RGB (Red+Green+Blue) = 217+190+62=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BE3E is #2641C1. Grayscale: #B8B8B8. Windows color (decimal): -2507202 or 4112089. OLE color: 4112089.

HSL color Cylindrical-coordinate representation of color #D9BE3E: hue angle of 49.55º 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 #D9BE3E is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 190 62 -
CMYK 0 0.12 0.71 0.15
HSL 49.55º 0.67% 0.55% -
HSV(B) 49.55º 0.71% 0.85% -
XYZ 47.9 51.93 12.06 -
YUV 183.48 59.45 151.91 -
System Red Green Blue C M Y K H S L
Decimal 217 190 62 0 0.12 0.71 0.15 49.55 0.67 0.55
Hex D9 BE 3E 0 C 47 F 32 43 37
Octal 331 276 76 0 14 107 17 62 103 67
Binary 11011001 10111110 111110 0 1100 1000111 1111 110010 1000011 110111

Color Harmonies of #D9BE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BE3E

Black with #D9BE3E

Text Example


Text Example

White with #D9BE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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